Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dipsopt.c42 { 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 Dip.c180 } else if (*s == IPOPT_NOP) {
200 optcpy[i++] = IPOPT_NOP;
H A Diptests.c502 s[IPOPT_OPTVAL] = IPOPT_NOP;
/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/
H A Dip_compat.h42 #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 Dionames.c14 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */
H A Dbuildopts.c44 *op++ = IPOPT_NOP;
/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip.h105 #define IPOPT_NOP 1 /* no operation */ macro
/netbsd-src/lib/libwrap/
H A Dfix_options.c115 if (opt == IPOPT_NOP) { in fix_options()
/netbsd-src/sys/netinet/
H A Dip.h173 #define IPOPT_NOP 1 /* no operation */ macro
H A Dip_output.c1052 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 Dip_input.c876 if (opt == IPOPT_NOP) in ip_dooptions()
1260 isr->isr_nop = IPOPT_NOP; in ip_srcroute()
H A Dip_icmp.c879 if (opt == IPOPT_NOP) in icmp_reflect()
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_y.y565 { 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 Dip_compat.h1107 #ifndef IPOPT_NOP
1108 # define IPOPT_NOP 1 macro
1140 #ifndef IPOPT_NOP
1141 # define IPOPT_NOP 1 macro
H A Dfil.c223 { IPOPT_NOP, 0x000001 },
1818 else if (opt == IPOPT_NOP) in ipf_pr_ipv4hdr()
/netbsd-src/sys/netipsec/
H A Dxform_ah.c334 } 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 Dtraceroute.c678 optlist[0] = IPOPT_NOP; in main()
788 optlist[0] = IPOPT_NOP; in main()
/netbsd-src/sbin/ping/
H A Dping.c551 optspace[optlen++] = IPOPT_NOP; in main()
1288 case IPOPT_NOP: in pr_pack()
/netbsd-src/libexec/rshd/
H A Drshd.c337 i += (c == IPOPT_NOP) ? 1 : optbuf[i + 1]; in doit()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf_y.y1571 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }