/freebsd/sbin/ipf/ipsend/ |
H A D | ipsopt.c | 31 { 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 D | ip.c | 164 } else if (*s == IPOPT_NOP) { in send_ip() 184 optcpy[i++] = IPOPT_NOP; in send_ip()
|
H A D | iptests.c | 463 s[IPOPT_OPTVAL] = IPOPT_NOP;
|
/freebsd/contrib/tcpdump/ |
H A D | print-ip.c | 38 { 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 D | ip.h | 103 #define IPOPT_NOP 1 /* no operation */ macro
|
/freebsd/sys/netinet/ |
H A D | ip_options.c | 130 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 D | ip.h | 147 #define IPOPT_NOP 1 /* no operation */ macro
|
H A D | raw_ip.c | 565 if (opttype == IPOPT_NOP) { in rip_send()
|
H A D | ip_icmp.c | 906 if (opt == IPOPT_NOP) in icmp_reflect()
|
/freebsd/sbin/ipf/libipf/ |
H A D | ionames.c | 13 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
|
H A D | buildopts.c | 42 *op++ = IPOPT_NOP; in buildopts()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | fix_options.c | 110 if (opt == IPOPT_NOP) { in fix_options()
|
/freebsd/tools/regression/netinet/ipsockopt/ |
H A D | ipsockopt.c | 131 #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 D | iplang_y.y | 553 { 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 D | ip_compat.h | 806 #ifndef IPOPT_NOP 807 # define IPOPT_NOP 1 macro 839 #ifndef IPOPT_NOP 840 # define IPOPT_NOP 1 macro
|
H A D | fil.c | 188 { IPOPT_NOP, 0x000001 }, 1783 else if (opt == IPOPT_NOP) in ipf_pr_ipv4hdr()
|
/freebsd/sys/netipsec/ |
H A D | xform_ah.c | 306 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 D | traceroute.c | 779 optlist[0] = IPOPT_NOP; in main()
|
/freebsd/sbin/ping/ |
H A D | ping.c | 1405 case IPOPT_NOP: in pr_pack()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | commands.c | 2654 *lsrp++ = IPOPT_NOP; /*32bit word align*/ in sourceroute()
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 3009 *lsrp++ = IPOPT_NOP; /* 32 bit word align it */ in sourceroute()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf_y.y | 1569 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 317 if (opt == IPOPT_NOP) in ipopts_match()
|
/freebsd/contrib/sendmail/src/ |
H A D | daemon.c | 3998 case IPOPT_NOP:
|