gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_FOREACH 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
864:         downmatch = 0;
865:         LIST_FOREACH(ia, &IN_IFADDR_HASH(ip->ip_dst.s_addr), ia_hash) {
866:                 if (in_hosteq(ia->ia_addr.sin_addr, ip->ip_dst)) {
1052: hash = IPREASS_HASH(ip->ip_src.s_addr, ip->ip_id); 1053: LIST_FOREACH(fp, &ipq[hash], ipq_q) { 1054: if (ip->ip_id == fp->ipq_id &&