OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPOPT_NOP
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libwrap/
fix_options.c
115
if (opt ==
IPOPT_NOP
) {
/src/sys/netinet/
ip.h
173
#define
IPOPT_NOP
1 /* no operation */
ip_output.c
1064
if (opt ==
IPOPT_NOP
) {
1066
*dp++ =
IPOPT_NOP
;
1621
if (optval == IPOPT_EOL || optval ==
IPOPT_NOP
) {
ip_input.c
877
if (opt ==
IPOPT_NOP
)
1271
isr->isr_nop =
IPOPT_NOP
;
ip_icmp.c
875
if (opt ==
IPOPT_NOP
)
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
1107
#ifndef
IPOPT_NOP
1108
# define
IPOPT_NOP
1
1140
#ifndef
IPOPT_NOP
1141
# define
IPOPT_NOP
1
fil.c
223
{
IPOPT_NOP
, 0x000001 },
1818
else if (opt ==
IPOPT_NOP
)
/src/sys/netipsec/
xform_ah.c
334
} else if (ptr[off] ==
IPOPT_NOP
) {
348
case
IPOPT_NOP
:
/src/libexec/rshd/
rshd.c
337
i += (c ==
IPOPT_NOP
) ? 1 : optbuf[i + 1];
/src/sbin/ping/
ping.c
552
optspace[optlen++] =
IPOPT_NOP
;
1289
case
IPOPT_NOP
:
/src/usr.sbin/traceroute/
traceroute.c
678
optlist[0] =
IPOPT_NOP
;
788
optlist[0] =
IPOPT_NOP
;
Completed in 57 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026