gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 13 of 13 for funcall:LIST_INIT (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c - 90.8KB - 2,575 lines
448:         for (i = 0; i < IPREASS_NHASH; i++)
449:                LIST_INIT(&ipq[i]);
450: 
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
3547:         /* just for safety */
3548:         LIST_INIT(&tp->t_sc);
3549: 
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c - 84.9KB - 2,586 lines
1220:         TAILQ_INIT(&tp->snd_holes);
1221:         LIST_INIT(&tp->t_sc);          /* XXX can template this */
1222: