OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iph_type
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
printhashdata.c
20
if ((hp->
iph_type
& IPHASH_ANON) == IPHASH_ANON)
24
switch (hp->
iph_type
& ~IPHASH_ANON)
39
PRINTF("%#x", hp->
iph_type
);
47
if ((hp->
iph_type
& IPHASH_ANON) == IPHASH_ANON)
56
if ((hp->
iph_type
& ~IPHASH_ANON) == IPHASH_LOOKUP)
66
switch (hp->
iph_type
& ~IPHASH_ANON)
remove_hash.c
39
iph.
iph_type
= iphp->
iph_type
;
printhashnode.c
55
switch (iph->
iph_type
& ~IPHASH_ANON)
/src/sys/external/bsd/ipf/netinet/
ip_htable.h
55
u_int
iph_type
; /* lookup or group map - IPHASH_* */
member in struct:iphtable_s
60
/*
iph_type
*/
ip_htable.c
346
iph->
iph_type
|= IPHASH_ANON;
628
switch (iph->
iph_type
& ~IPHASH_ANON)
964
switch (iph->
iph_type
& ~IPHASH_ANON)
/src/external/bsd/ipf/dist/
ip_htable.h
55
u_int
iph_type
; /* lookup or group map - IPHASH_* */
member in struct:iphtable_s
60
/*
iph_type
*/
ip_htable.c
346
iph->
iph_type
|= IPHASH_ANON;
652
switch (iph->
iph_type
& ~IPHASH_ANON)
1011
switch (iph->
iph_type
& ~IPHASH_ANON)
/src/external/bsd/ipf/dist/tools/
ippool_y.y
119
ipht.
iph_type
= IPHASH_LOOKUP;
133
ipht.
iph_type
= IPHASH_GROUPMAP;
492
ipht.
iph_type
= IPHASH_GROUPMAP;
ippool.c
319
type = gettype(argv[optind], &iph.
iph_type
);
ipf_y.y
2377
iph.
iph_type
= IPHASH_LOOKUP;
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026