Searched refs:IPOPT_NOP (Results 1 – 20 of 20) sorted by relevance
| /netbsd-src/external/bsd/ipf/dist/ipsend/ |
| H A 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;
|
| H A D | ip.c | 180 } else if (*s == IPOPT_NOP) { 200 optcpy[i++] = IPOPT_NOP;
|
| H A D | iptests.c | 502 s[IPOPT_OPTVAL] = IPOPT_NOP;
|
| /netbsd-src/external/bsd/ipf/dist/ipsd/Celler/ |
| H A D | ip_compat.h | 42 #ifndef IPOPT_NOP 43 # define IPOPT_NOP 1 macro 72 #ifndef IPOPT_NOP 73 # define IPOPT_NOP 1 macro
|
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | ionames.c | 14 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
|
| H A D | buildopts.c | 44 *op++ = IPOPT_NOP;
|
| /netbsd-src/external/mpl/dhcp/dist/includes/netinet/ |
| H A D | ip.h | 105 #define IPOPT_NOP 1 /* no operation */ macro
|
| /netbsd-src/lib/libwrap/ |
| H A D | fix_options.c | 115 if (opt == IPOPT_NOP) { in fix_options()
|
| /netbsd-src/sys/netinet/ |
| H A D | ip.h | 173 #define IPOPT_NOP 1 /* no operation */ macro
|
| H A D | ip_output.c | 1052 if (opt == IPOPT_NOP) { in ip_optcopy() 1054 *dp++ = IPOPT_NOP; in ip_optcopy() 1609 if (optval == IPOPT_EOL || optval == IPOPT_NOP) { in ip_pcbopts()
|
| H A D | ip_input.c | 876 if (opt == IPOPT_NOP) in ip_dooptions() 1260 isr->isr_nop = IPOPT_NOP; in ip_srcroute()
|
| H A D | ip_icmp.c | 879 if (opt == IPOPT_NOP) in icmp_reflect()
|
| /netbsd-src/external/bsd/ipf/dist/iplang/ |
| H A D | iplang_y.y | 565 { IL_IPO_NOP, IPOPT_NOP }, 1666 ((char *)ip)[sizeof(*ip) + inc] = IPOPT_NOP; 1667 canip->ah_lastopt = IPOPT_NOP; 1694 if (canip->ah_lastopt == IPOPT_NOP) { in end_ipopt() 1700 *s++ = IPOPT_NOP; in end_ipopt() 1709 *s++ = IPOPT_NOP; in end_ipopt()
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_compat.h | 1107 #ifndef IPOPT_NOP 1108 # define IPOPT_NOP 1 macro 1140 #ifndef IPOPT_NOP 1141 # define IPOPT_NOP 1 macro
|
| H A D | fil.c | 223 { IPOPT_NOP, 0x000001 }, 1818 else if (opt == IPOPT_NOP) in ipf_pr_ipv4hdr()
|
| /netbsd-src/sys/netipsec/ |
| H A D | xform_ah.c | 334 } else if (ptr[off] == IPOPT_NOP) { in ah_massage_headers() 348 case IPOPT_NOP: in ah_massage_headers()
|
| /netbsd-src/usr.sbin/traceroute/ |
| H A D | traceroute.c | 678 optlist[0] = IPOPT_NOP; in main() 788 optlist[0] = IPOPT_NOP; in main()
|
| /netbsd-src/sbin/ping/ |
| H A D | ping.c | 551 optspace[optlen++] = IPOPT_NOP; in main() 1288 case IPOPT_NOP: in pr_pack()
|
| /netbsd-src/libexec/rshd/ |
| H A D | rshd.c | 337 i += (c == IPOPT_NOP) ? 1 : optbuf[i + 1]; in doit()
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipf_y.y | 1571 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }
|