gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_INIT from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c - 15.7KB - 521 lines
165: 
166:         LIST_INIT(&ipflowlist);
167:         for (i = 0; i < ip_hashsize; i++)
168:                 LIST_INIT(&ipflowtable[i]);
169: