Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipsend/
H A Dipsopt.c31 { IPOPT_NOP, 0x02, 1, "nop" },
170 *op++ = ((len & 3) == 3) ? IPOPT_EOL : IPOPT_NOP;
175 if (lastop == IPOPT_NOP)
178 *op++ = IPOPT_NOP;
179 *op++ = IPOPT_NOP;
180 *op++ = IPOPT_NOP;
H A Dip.c164 } else if (*s == IPOPT_NOP) { in send_ip()
184 optcpy[i++] = IPOPT_NOP; in send_ip()
H A Diptests.c463 s[IPOPT_OPTVAL] = IPOPT_NOP;
/freebsd/contrib/tcpdump/
H A Dprint-ip.c38 { IPOPT_NOP, "NOP" },
108 else if (tt == IPOPT_NOP) in ip_finddst()
246 if (option_code == IPOPT_NOP || in ip_optprint()
291 case IPOPT_NOP: /* nothing to print - fall through */ in ip_optprint()
H A Dip.h103 #define IPOPT_NOP 1 /* no operation */ macro
/freebsd/sys/netinet/
H A Dip_options.c130 if (opt == IPOPT_NOP) in ip_dooptions()
455 opts->ip_srcrt.nop = IPOPT_NOP; in ip_srcroute()
569 if (opt == IPOPT_NOP) { in ip_optcopy()
571 *dp++ = IPOPT_NOP; in ip_optcopy()
643 if (opt == IPOPT_NOP) in ip_pcbopts()
731 if (opt == IPOPT_NOP) in ip_checkrouteralert()
H A Dip.h147 #define IPOPT_NOP 1 /* no operation */ macro
H A Draw_ip.c565 if (opttype == IPOPT_NOP) { in rip_send()
H A Dip_icmp.c906 if (opt == IPOPT_NOP) in icmp_reflect()
/freebsd/sbin/ipf/libipf/
H A Dionames.c13 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
H A Dbuildopts.c42 *op++ = IPOPT_NOP; in buildopts()
/freebsd/contrib/tcp_wrappers/
H A Dfix_options.c110 if (opt == IPOPT_NOP) { in fix_options()
/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c131 #define NEW_OPTIONS htonl(IPOPT_EOL | (IPOPT_NOP << 8) | (IPOPT_NOP << 16) \ in test_ip_options()
132 | (IPOPT_NOP << 24)) in test_ip_options()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y553 { IL_IPO_NOP, IPOPT_NOP },
1571 ((char *)ip)[sizeof(*ip) + inc] = IPOPT_NOP; in add_ipopt()
1572 canip->ah_lastopt = IPOPT_NOP; in add_ipopt()
1599 if (canip->ah_lastopt == IPOPT_NOP) { in end_ipopt()
1605 *s++ = IPOPT_NOP; in end_ipopt()
1614 *s++ = IPOPT_NOP; in end_ipopt()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h806 #ifndef IPOPT_NOP
807 # define IPOPT_NOP 1 macro
839 #ifndef IPOPT_NOP
840 # define IPOPT_NOP 1 macro
H A Dfil.c188 { IPOPT_NOP, 0x000001 },
1783 else if (opt == IPOPT_NOP) in ipf_pr_ipv4hdr()
/freebsd/sys/netipsec/
H A Dxform_ah.c306 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP || in ah_massage_headers()
322 case IPOPT_NOP: in ah_massage_headers()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c779 optlist[0] = IPOPT_NOP; in main()
/freebsd/sbin/ping/
H A Dping.c1405 case IPOPT_NOP: in pr_pack()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2654 *lsrp++ = IPOPT_NOP; /*32bit word align*/ in sourceroute()
/freebsd/contrib/telnet/telnet/
H A Dcommands.c3009 *lsrp++ = IPOPT_NOP; /* 32 bit word align it */ in sourceroute()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1569 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c317 if (opt == IPOPT_NOP) in ipopts_match()
/freebsd/contrib/sendmail/src/
H A Ddaemon.c3998 case IPOPT_NOP: