Home
last modified time | relevance | path

Searched refs:IPOPT_NOP (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-9-stable/contrib/ipfilter/ipsend/
Dipsopt.c42 { IPOPT_NOP, 0x02, 1, "nop" },
183 *op++ = ((len & 3) == 3) ? IPOPT_EOL : IPOPT_NOP;
188 if (lastop == IPOPT_NOP)
191 *op++ = IPOPT_NOP;
192 *op++ = IPOPT_NOP;
193 *op++ = IPOPT_NOP;
Dip.c182 } else if (*s == IPOPT_NOP) {
202 optcpy[i++] = IPOPT_NOP;
Diptests.c499 s[IPOPT_OPTVAL] = IPOPT_NOP;
/freebsd-9-stable/contrib/ipfilter/ipsd/Celler/
Dip_compat.h42 #ifndef IPOPT_NOP
43 # define IPOPT_NOP 1 macro
72 #ifndef IPOPT_NOP
73 # define IPOPT_NOP 1 macro
/freebsd-9-stable/contrib/ipfilter/ipsend/.OLD/
Dip_compat.h42 #ifndef IPOPT_NOP
43 # define IPOPT_NOP 1 macro
72 #ifndef IPOPT_NOP
73 # define IPOPT_NOP 1 macro
/freebsd-9-stable/sys/netinet/
Dip_options.c122 if (opt == IPOPT_NOP) in ip_dooptions()
433 opts->ip_srcrt.nop = IPOPT_NOP; in ip_srcroute()
551 if (opt == IPOPT_NOP) { in ip_optcopy()
553 *dp++ = IPOPT_NOP; in ip_optcopy()
625 if (opt == IPOPT_NOP) in ip_pcbopts()
714 if (opt == IPOPT_NOP) in ip_checkrouteralert()
Dip.h142 #define IPOPT_NOP 1 /* no operation */ macro
Dip_icmp.c832 if (opt == IPOPT_NOP) in icmp_reflect()
/freebsd-9-stable/contrib/tcpdump/
Dprint-ip.c48 { IPOPT_NOP, "NOP" },
110 else if (tt == IPOPT_NOP) in ip_finddst()
250 if (option_code == IPOPT_NOP || in ip_optprint()
294 case IPOPT_NOP: /* nothing to print - fall through */ in ip_optprint()
Dip.h101 #define IPOPT_NOP 1 /* no operation */ macro
/freebsd-9-stable/contrib/ipfilter/lib/
Dionames.c14 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
Daddipopt.c59 *op++ = IPOPT_NOP;
/freebsd-9-stable/contrib/tcp_wrappers/
Dfix_options.c111 if (opt == IPOPT_NOP) {
/freebsd-9-stable/tools/regression/netinet/ipsockopt/
Dipsockopt.c133 #define NEW_OPTIONS htonl(IPOPT_EOL | (IPOPT_NOP << 8) | (IPOPT_NOP << 16) \ in test_ip_options()
134 | (IPOPT_NOP << 24)) in test_ip_options()
/freebsd-9-stable/contrib/ipfilter/iplang/
Diplang_y.y570 { IL_IPO_NOP, IPOPT_NOP },
1671 ((char *)ip)[sizeof(*ip) + inc] = IPOPT_NOP;
1672 canip->ah_lastopt = IPOPT_NOP;
1699 if (canip->ah_lastopt == IPOPT_NOP) { in end_ipopt()
1705 *s++ = IPOPT_NOP; in end_ipopt()
1714 *s++ = IPOPT_NOP; in end_ipopt()
/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h165 # undef IPOPT_NOP
2158 #ifndef IPOPT_NOP
2159 # define IPOPT_NOP 1 macro
2191 #ifndef IPOPT_NOP
2192 # define IPOPT_NOP 1 macro
/freebsd-9-stable/sys/netipsec/
Dxform_ah.c330 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP || in ah_massage_headers()
346 case IPOPT_NOP: in ah_massage_headers()
/freebsd-9-stable/libexec/rlogind/
Drlogind.c262 i += (c == IPOPT_NOP) ? 1 : optbuf[i+1]; in doit()
/freebsd-9-stable/libexec/rshd/
Drshd.c247 i += (c == IPOPT_NOP) ? 1 : optbuf[i+1]; in doit()
/freebsd-9-stable/contrib/traceroute/
Dtraceroute.c740 optlist[0] = IPOPT_NOP; in main()
800 optlist[0] = IPOPT_NOP; in main()
/freebsd-9-stable/sbin/ping/
Dping.c1258 case IPOPT_NOP: in pr_pack()
/freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/
Dcommands.c2675 *lsrp++ = IPOPT_NOP; /*32bit word align*/ in sourceroute()
/freebsd-9-stable/contrib/telnet/telnet/
Dcommands.c3007 *lsrp++ = IPOPT_NOP; /* 32 bit word align it */ in sourceroute()
/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw2.c276 if (opt == IPOPT_NOP) in ipopts_match()
/freebsd-9-stable/contrib/ipfilter/tools/
Dipf_y.y1306 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }

12