Searched refs:IPOPT_NOP (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsopt.c36 { IPOPT_NOP, 0x02, 1, "nop" },
177 *op++ = ((len & 3) == 3) ? IPOPT_EOL : IPOPT_NOP;
182 if (lastop == IPOPT_NOP)
185 *op++ = IPOPT_NOP;
186 *op++ = IPOPT_NOP;
187 *op++ = IPOPT_NOP;
H A Dip.c175 } else if (*s == IPOPT_NOP) {
195 optcpy[i++] = IPOPT_NOP;
H A Diptests.c472 s[IPOPT_OPTVAL] = IPOPT_NOP;
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dionames.c14 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
H A Dbuildopts.c44 *op++ = IPOPT_NOP;
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dfix_options.c111 if (opt == IPOPT_NOP) {
/freebsd-11-stable/contrib/tcpdump/
H A Dip.h103 #define IPOPT_NOP 1 /* no operation */ macro
H A Dprint-ip.c43 { IPOPT_NOP, "NOP" },
113 else if (tt == IPOPT_NOP)
263 if (option_code == IPOPT_NOP ||
309 case IPOPT_NOP: /* nothing to print - fall through */
/freebsd-11-stable/sys/netinet/
H A Dip_options.c127 if (opt == IPOPT_NOP)
456 opts->ip_srcrt.nop = IPOPT_NOP;
568 if (opt == IPOPT_NOP) {
570 *dp++ = IPOPT_NOP;
642 if (opt == IPOPT_NOP)
731 if (opt == IPOPT_NOP)
H A Dip.h148 #define IPOPT_NOP 1 /* no operation */ macro
H A Draw_ip.c536 if (opttype == IPOPT_NOP) {
H A Dip_icmp.c867 if (opt == IPOPT_NOP)
/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c133 #define NEW_OPTIONS htonl(IPOPT_EOL | (IPOPT_NOP << 8) | (IPOPT_NOP << 16) \
134 | (IPOPT_NOP << 24))
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h821 #ifndef IPOPT_NOP
822 # define IPOPT_NOP 1 macro
854 #ifndef IPOPT_NOP
855 # define IPOPT_NOP 1 macro
H A Dfil.c194 { IPOPT_NOP, 0x000001 },
1815 else if (opt == IPOPT_NOP)
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y555 { IL_IPO_NOP, IPOPT_NOP },
1628 ((char *)ip)[sizeof(*ip) + inc] = IPOPT_NOP;
1629 canip->ah_lastopt = IPOPT_NOP;
1656 if (canip->ah_lastopt == IPOPT_NOP) {
1662 *s++ = IPOPT_NOP;
1671 *s++ = IPOPT_NOP;
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c267 i += (c == IPOPT_NOP) ? 1 : optbuf[i+1];
/freebsd-11-stable/libexec/rshd/
H A Drshd.c247 i += (c == IPOPT_NOP) ? 1 : optbuf[i+1];
/freebsd-11-stable/sys/netipsec/
H A Dxform_ah.c322 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP ||
338 case IPOPT_NOP:
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c808 optlist[0] = IPOPT_NOP;
868 optlist[0] = IPOPT_NOP;
/freebsd-11-stable/sbin/ping/
H A Dping.c1357 case IPOPT_NOP:
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2663 *lsrp++ = IPOPT_NOP; /*32bit word align*/
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c3013 *lsrp++ = IPOPT_NOP; /* 32 bit word align it */
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c299 if (opt == IPOPT_NOP)
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y1570 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }

Completed in 285 milliseconds

12