| /freebsd-9-stable/contrib/ipfilter/ipsend/ |
| D | ipsopt.c | 42 { IPOPT_NOP, 0x02, 1, "nop" }, 183 *op++ = ((len & 3) == 3) ? IPOPT_EOL : IPOPT_NOP; 188 if (lastop == IPOPT_NOP) 191 *op++ = IPOPT_NOP; 192 *op++ = IPOPT_NOP; 193 *op++ = IPOPT_NOP;
|
| D | ip.c | 182 } else if (*s == IPOPT_NOP) { 202 optcpy[i++] = IPOPT_NOP;
|
| D | iptests.c | 499 s[IPOPT_OPTVAL] = IPOPT_NOP;
|
| /freebsd-9-stable/contrib/ipfilter/ipsd/Celler/ |
| D | ip_compat.h | 42 #ifndef IPOPT_NOP 43 # define IPOPT_NOP 1 macro 72 #ifndef IPOPT_NOP 73 # define IPOPT_NOP 1 macro
|
| /freebsd-9-stable/contrib/ipfilter/ipsend/.OLD/ |
| D | ip_compat.h | 42 #ifndef IPOPT_NOP 43 # define IPOPT_NOP 1 macro 72 #ifndef IPOPT_NOP 73 # define IPOPT_NOP 1 macro
|
| /freebsd-9-stable/sys/netinet/ |
| D | ip_options.c | 122 if (opt == IPOPT_NOP) in ip_dooptions() 433 opts->ip_srcrt.nop = IPOPT_NOP; in ip_srcroute() 551 if (opt == IPOPT_NOP) { in ip_optcopy() 553 *dp++ = IPOPT_NOP; in ip_optcopy() 625 if (opt == IPOPT_NOP) in ip_pcbopts() 714 if (opt == IPOPT_NOP) in ip_checkrouteralert()
|
| D | ip.h | 142 #define IPOPT_NOP 1 /* no operation */ macro
|
| D | ip_icmp.c | 832 if (opt == IPOPT_NOP) in icmp_reflect()
|
| /freebsd-9-stable/contrib/tcpdump/ |
| D | print-ip.c | 48 { IPOPT_NOP, "NOP" }, 110 else if (tt == IPOPT_NOP) in ip_finddst() 250 if (option_code == IPOPT_NOP || in ip_optprint() 294 case IPOPT_NOP: /* nothing to print - fall through */ in ip_optprint()
|
| D | ip.h | 101 #define IPOPT_NOP 1 /* no operation */ macro
|
| /freebsd-9-stable/contrib/ipfilter/lib/ |
| D | ionames.c | 14 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
|
| D | addipopt.c | 59 *op++ = IPOPT_NOP;
|
| /freebsd-9-stable/contrib/tcp_wrappers/ |
| D | fix_options.c | 111 if (opt == IPOPT_NOP) {
|
| /freebsd-9-stable/tools/regression/netinet/ipsockopt/ |
| D | ipsockopt.c | 133 #define NEW_OPTIONS htonl(IPOPT_EOL | (IPOPT_NOP << 8) | (IPOPT_NOP << 16) \ in test_ip_options() 134 | (IPOPT_NOP << 24)) in test_ip_options()
|
| /freebsd-9-stable/contrib/ipfilter/iplang/ |
| D | iplang_y.y | 570 { IL_IPO_NOP, IPOPT_NOP }, 1671 ((char *)ip)[sizeof(*ip) + inc] = IPOPT_NOP; 1672 canip->ah_lastopt = IPOPT_NOP; 1699 if (canip->ah_lastopt == IPOPT_NOP) { in end_ipopt() 1705 *s++ = IPOPT_NOP; in end_ipopt() 1714 *s++ = IPOPT_NOP; in end_ipopt()
|
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_compat.h | 165 # undef IPOPT_NOP 2158 #ifndef IPOPT_NOP 2159 # define IPOPT_NOP 1 macro 2191 #ifndef IPOPT_NOP 2192 # define IPOPT_NOP 1 macro
|
| /freebsd-9-stable/sys/netipsec/ |
| D | xform_ah.c | 330 if (ptr[off] == IPOPT_EOL || ptr[off] == IPOPT_NOP || in ah_massage_headers() 346 case IPOPT_NOP: in ah_massage_headers()
|
| /freebsd-9-stable/libexec/rlogind/ |
| D | rlogind.c | 262 i += (c == IPOPT_NOP) ? 1 : optbuf[i+1]; in doit()
|
| /freebsd-9-stable/libexec/rshd/ |
| D | rshd.c | 247 i += (c == IPOPT_NOP) ? 1 : optbuf[i+1]; in doit()
|
| /freebsd-9-stable/contrib/traceroute/ |
| D | traceroute.c | 740 optlist[0] = IPOPT_NOP; in main() 800 optlist[0] = IPOPT_NOP; in main()
|
| /freebsd-9-stable/sbin/ping/ |
| D | ping.c | 1258 case IPOPT_NOP: in pr_pack()
|
| /freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/ |
| D | commands.c | 2675 *lsrp++ = IPOPT_NOP; /*32bit word align*/ in sourceroute()
|
| /freebsd-9-stable/contrib/telnet/telnet/ |
| D | commands.c | 3007 *lsrp++ = IPOPT_NOP; /* 32 bit word align it */ in sourceroute()
|
| /freebsd-9-stable/sys/netpfil/ipfw/ |
| D | ip_fw2.c | 276 if (opt == IPOPT_NOP) in ipopts_match()
|
| /freebsd-9-stable/contrib/ipfilter/tools/ |
| D | ipf_y.y | 1306 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }
|