gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_FIRST from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c - 90.8KB - 2,575 lines
1468:         for (i = 0; i < IPREASS_NHASH; i++) {
1469:                 for (fp = LIST_FIRST(&ipq[i]); fp != NULL; fp = nfp) {
1470:                         fp->ipq_ttl = ((fp->ipq_ttl  <= ticks) ?
1553: while (ip_nfragpackets > ip_maxfragpackets && wrapped == 0) { 1554: while (LIST_FIRST(&ipq[i]) != NULL) 1555: ip_freef(LIST_FIRST(&ipq[i])); 1556: if (++i >= IPREASS_NHASH) {