OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_SC_SERVER
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_scan.c
263
is->is_flags |=
IS_SC_SERVER
;
297
is->is_flags &= ~(IS_SC_CLIENT|
IS_SC_SERVER
);
387
else if (((flags & (IS_SC_MATCHS|
IS_SC_SERVER
)) ==
IS_SC_SERVER
) &&
437
is->is_flags &= ~
IS_SC_SERVER
;
439
is->is_flags &= ~
IS_SC_SERVER
;
476
is->is_flags &= ~
IS_SC_SERVER
;
482
is->is_flags &= ~(
IS_SC_SERVER
|IS_SC_CLIENT);
497
is->is_flags &= ~
IS_SC_SERVER
;
508
!(is->is_flags & (IS_SC_CLIENT|
IS_SC_SERVER
))) {
[
all
...]
ip_state.h
130
#define
IS_SC_SERVER
0x20000000
134
#define IS_SC_ALL (IS_SC_MATCHC|IS_SC_MATCHC|IS_SC_CLIENT|
IS_SC_SERVER
)
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025