Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
HDprint-ip.c40 { IPOPT_NOP, "NOP" },
110 else if (tt == IPOPT_NOP) in ip_finddst()
248 if (option_code == IPOPT_NOP || in ip_optprint()
293 case IPOPT_NOP: /* nothing to print - fall through */ in ip_optprint()
HDip.h103 #define IPOPT_NOP 1 /* no operation */ macro
/dragonfly/contrib/tcp_wrappers/
HDfix_options.c107 if (opt == IPOPT_NOP) {
/dragonfly/sys/netinet/
HDip.h165 #define IPOPT_NOP 1 /* no operation */ macro
HDip_output.c1022 if (opt == IPOPT_NOP) { in ip_optcopy()
1024 *dp++ = IPOPT_NOP; in ip_optcopy()
1360 if (opt == IPOPT_NOP) in ip_pcbopts()
HDip_input.c1547 if (opt == IPOPT_NOP) in ip_dooptions()
1909 opt->ip_srcrt.nop = IPOPT_NOP; in ip_srcroute()
HDip_icmp.c1050 if (opt == IPOPT_NOP) in icmp_reflect()
/dragonfly/usr.sbin/traceroute/
HDtraceroute.c531 *p++ = IPOPT_NOP; in main()
/dragonfly/sbin/ping/
HDping.c1181 case IPOPT_NOP: in pr_pack()
/dragonfly/usr.bin/telnet/
HDcommands.c2943 *lsrp++ = IPOPT_NOP; /* 32 bit word align it */ in sourceroute()
/dragonfly/sys/net/ipfw/
HDip_fw2.c1263 if (opt == IPOPT_NOP) { in ipopts_match()