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

/freebsd-12-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-12-stable/contrib/ipfilter/lib/
H A Dionames.c14 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
H A Dbuildopts.c44 *op++ = IPOPT_NOP;
/freebsd-12-stable/contrib/tcp_wrappers/
H A Dfix_options.c111 if (opt == IPOPT_NOP) {
/freebsd-12-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-12-stable/sys/netinet/
H A Dip_options.c130 if (opt == IPOPT_NOP)
460 opts->ip_srcrt.nop = IPOPT_NOP;
572 if (opt == IPOPT_NOP) {
574 *dp++ = IPOPT_NOP;
646 if (opt == IPOPT_NOP)
735 if (opt == IPOPT_NOP)
H A Dip.h150 #define IPOPT_NOP 1 /* no operation */ macro
H A Dip_icmp.c873 if (opt == IPOPT_NOP)
H A Draw_ip.c551 if (opttype == IPOPT_NOP) {
/freebsd-12-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-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h822 #ifndef IPOPT_NOP
823 # define IPOPT_NOP 1 macro
855 #ifndef IPOPT_NOP
856 # define IPOPT_NOP 1 macro
H A Dfil.c194 { IPOPT_NOP, 0x000001 },
1815 else if (opt == IPOPT_NOP)
/freebsd-12-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-12-stable/sys/netipsec/
H A Dxform_ah.c331 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP ||
347 case IPOPT_NOP:
/freebsd-12-stable/contrib/traceroute/
H A Dtraceroute.c809 optlist[0] = IPOPT_NOP;
869 optlist[0] = IPOPT_NOP;
/freebsd-12-stable/sbin/ping/
H A Dping.c1387 case IPOPT_NOP:
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2663 *lsrp++ = IPOPT_NOP; /*32bit word align*/
/freebsd-12-stable/contrib/telnet/telnet/
H A Dcommands.c3013 *lsrp++ = IPOPT_NOP; /* 32 bit word align it */
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipf_y.y1570 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c314 if (opt == IPOPT_NOP)
/freebsd-12-stable/contrib/sendmail/src/
H A Ddaemon.c3914 case IPOPT_NOP:

Completed in 473 milliseconds