| /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 | 462 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 | 129 if (opt == IPOPT_NOP) in ip_dooptions() 454 opts->ip_srcrt.nop = IPOPT_NOP; in ip_srcroute() 568 if (opt == IPOPT_NOP) { in ip_optcopy() 570 *dp++ = IPOPT_NOP; in ip_optcopy() 642 if (opt == IPOPT_NOP) in ip_pcbopts() 730 if (opt == IPOPT_NOP) in ip_checkrouteralert()
|
| H A D | ip.h | 148 #define IPOPT_NOP 1 /* no operation */ macro
|
| H A D | raw_ip.c | 516 if (opttype == IPOPT_NOP) { in rip_send()
|
| H A D | ip_icmp.c | 902 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 }, 1572 ((char *)ip)[sizeof(*ip) + inc] = IPOPT_NOP; in add_ipopt() 1573 canip->ah_lastopt = IPOPT_NOP; in add_ipopt() 1600 if (canip->ah_lastopt == IPOPT_NOP) { in end_ipopt() 1606 *s++ = IPOPT_NOP; in end_ipopt() 1615 *s++ = IPOPT_NOP; in end_ipopt()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_compat.h | 803 #ifndef IPOPT_NOP 804 # define IPOPT_NOP 1 macro 836 #ifndef IPOPT_NOP 837 # define IPOPT_NOP 1 macro
|
| H A D | fil.c | 188 { IPOPT_NOP, 0x000001 }, 1797 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 | 1412 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/contrib/sendmail/src/ |
| H A D | daemon.c | 3998 case IPOPT_NOP:
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw2.c | 320 if (opt == IPOPT_NOP) in ipopts_match()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.c | 10732 if (type == IPOPT_NOP) { in pf_walk_option()
|