gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_FOREACH from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_pcb.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/in_pcb.c - 36.2KB - 1,082 lines
833:         head = INPCBHASH_PORT(table, lport);
834:         LIST_FOREACH(inph, head, inph_lhash) {
835:                 inp = (struct inpcb *)inph;
881: head = INPCBHASH_CONNECT(table, faddr, fport, laddr, lport); 882: LIST_FOREACH(inph, head, inph_hash) { 883: inp = (struct inpcb *)inph;
921: head = INPCBHASH_BIND(table, laddr, lport); 922: LIST_FOREACH(inph, head, inph_hash) { 923: inp = (struct inpcb *)inph;
931: head = INPCBHASH_BIND(table, zeroin_addr, lport); 932: LIST_FOREACH(inph, head, inph_hash) { 933: inp = (struct inpcb *)inph;