gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_FIRST 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
280:         while ((step).i_inm == NULL && (step).i_n < IN_MULTI_HASH_SIZE) \
281:                 (step).i_inm = LIST_FIRST(&in_multihashtbl[++(step).i_n]); \
282:         if (((inm) = (step).i_inm) != NULL) \
290: (step).i_n = 0; \ 291: (step).i_inm = LIST_FIRST(&in_multihashtbl[0]); \ 292: IN_NEXT_MULTI((step), (inm)); \