OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN6P_FAITH
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet6/
in6_pcb.c
193
if ((inp->inp_flags &
IN6P_FAITH
) == 0) {
1104
if (faith && (inp->inp_flags &
IN6P_FAITH
) == 0)
1125
if (faith && (inp->inp_flags &
IN6P_FAITH
) == 0)
1143
if (faith && (inp->inp_flags &
IN6P_FAITH
) == 0)
ip6_output.c
1506
OPTSET(
IN6P_FAITH
);
1810
optval = OPTBIT(
IN6P_FAITH
);
/src/sys/netinet/
in_pcb.h
204
#define
IN6P_FAITH
0x08000000 /* accept FAITH'ed connections */
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026