gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:in_hosteq from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_var.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/in_var.h - 13.0KB - 369 lines
163:         LIST_FOREACH(ia, &IN_IFADDR_HASH((addr).s_addr), ia_hash) { \
164:                 if (in_hosteq(ia->ia_addr.sin_addr, (addr))) \
165:                         break; \
181: ia = LIST_NEXT(ia, ia_hash); \ 182: } while ((ia != NULL) && !in_hosteq(ia->ia_addr.sin_addr, addr)); \ 183: }
262: LIST_FOREACH((inm), &IN_MULTI_HASH(((addr).s_addr), (ifp)), inm_list) {\ 263: if (in_hosteq((inm)->inm_addr, (addr)) && \ 264: (inm)->inm_ifp == (ifp)) \