OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipo_flags
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
printpooldata.c
20
if ((pool->
ipo_flags
& IPOOL_ANON) != 0)
22
if ((pool->
ipo_flags
& IPOOL_DELETE) != 0)
26
if ((pool->
ipo_flags
& IPOOL_DELETE) != 0)
31
if ((pool->
ipo_flags
& IPOOL_ANON) == IPOOL_ANON)
48
if ((pool->
ipo_flags
& IPOOL_DELETE) != 0)
remove_pool.c
38
pool.
ipo_flags
= poolp->
ipo_flags
;
printpool.c
31
if ((ipp.
ipo_flags
& IPOOL_DELETE) != 0)
printpool_live.c
33
if ((pool->
ipo_flags
& IPOOL_DELETE) != 0)
/src/sys/external/bsd/ipf/netinet/
ip_pool.h
47
int
ipo_flags
;
member in struct:ip_pool_s
ip_pool.c
685
if ((p != NULL) && (p->
ipo_flags
& IPOOL_DELETE))
936
if ((h->
ipo_flags
& IPOOL_DELETE) == 0) {
940
h->
ipo_flags
&= ~IPOOL_DELETE;
961
h->
ipo_flags
|= IPOOL_ANON;
1071
ipo->
ipo_flags
|= IPOOL_DELETE;
1193
else if ((ipo->ipo_ref == 1) && (ipo->
ipo_flags
& IPOOL_DELETE))
/src/external/bsd/ipf/dist/
ip_pool.h
47
int
ipo_flags
;
member in struct:ip_pool_s
ip_pool.c
700
if ((p != NULL) && (p->
ipo_flags
& IPOOL_DELETE))
965
if ((h->
ipo_flags
& IPOOL_DELETE) == 0) {
969
h->
ipo_flags
&= ~IPOOL_DELETE;
990
h->
ipo_flags
|= IPOOL_ANON;
1114
ipo->
ipo_flags
|= IPOOL_DELETE;
1246
else if ((ipo->ipo_ref == 1) && (ipo->
ipo_flags
& IPOOL_DELETE))
/src/external/bsd/ipf/dist/tools/
ippool_y.y
166
iplo.
ipo_flags
= IPHASH_ANON;
ippool.c
940
if (((pool.
ipo_flags
& IPOOL_DELETE) == 0) ||
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026