OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iph_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_htable.h
43
struct iphtent_s **
iph_table
;
member in struct:iphtable_s
ip_htable.c
352
KMALLOCS(iph->
iph_table
, iphtent_t **,
353
iph->iph_size * sizeof(*iph->
iph_table
));
354
if (iph->
iph_table
== NULL) {
361
bzero((char *)iph->
iph_table
, iph->iph_size * sizeof(*iph->
iph_table
));
480
KFREES(iph->
iph_table
, iph->iph_size * sizeof(*iph->
iph_table
));
905
ipe->ipe_hnext = iph->
iph_table
[hv];
906
ipe->ipe_phnext = iph->
iph_table
+ hv;
908
if (iph->
iph_table
[hv] != NULL
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025