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_encap.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_encap.c - 27.8KB - 992 lines
322: 
323:         LIST_FOREACH(ep, &encaptab, chain) {
324:                 if (ep->af != AF_INET)
446: 447: LIST_FOREACH(ep, &encaptab, chain) { 448: if (ep->af != AF_INET6)
609: /* check if anyone have already attached with exactly same config */ 610: LIST_FOREACH(ep, &encaptab, chain) { 611: if (ep->af != af)
825: /* inform all listeners */ 826: LIST_FOREACH(ep, &encaptab, chain) { 827: if (ep->af != AF_INET6)
852: 853: LIST_FOREACH(p, &encaptab, chain) { 854: if (p == ep) {