Home
last modified time | relevance | path

Searched refs:IPOPT_SECURITY (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/sbin/ipf/libipf/
HDoptprint.c23 if ((io->on_value != IPOPT_SECURITY) || in optprint()
30 if (io->on_value == IPOPT_SECURITY) in optprint()
57 if ((io->on_value != IPOPT_SECURITY) || in optprint()
62 IPOPT_SECURITY) in optprint()
HDionames.c21 { IPOPT_SECURITY,0x000100, 12, "sec" }, /* RFC1108 */
22 { IPOPT_SECURITY,0x000100, 12, "sec-class" }, /* RFC1108 */
HDaddipopt.c36 case IPOPT_SECURITY : in addipopt()
/freebsd-14-stable/sbin/ipf/ipsend/
HDipsopt.c38 { IPOPT_SECURITY, 0x08, 11, "sec-level" },
108 case IPOPT_SECURITY : in addipopt()
HDiptests.c505 s[IPOPT_OPTVAL] = IPOPT_SECURITY;
/freebsd-14-stable/contrib/tcpdump/
HDip.h108 #define IPOPT_SECURITY 130 /* provide s,c,h,tcc */ macro
HDprint-ip.c40 { IPOPT_SECURITY, "security" },
292 case IPOPT_SECURITY: in ip_optprint()
/freebsd-14-stable/sys/netinet/
HDip.h154 #define IPOPT_SECURITY 130 /* provide s,c,h,tcc */ macro
HDip_icmp.c923 opt == IPOPT_SECURITY) { in icmp_reflect()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h761 #undef IPOPT_SECURITY
762 #define IPOPT_SECURITY 130 macro
856 #ifndef IPOPT_SECURITY
857 # define IPOPT_SECURITY 130 macro
HDfil.c200 { IPOPT_SECURITY, 0x000100 },
1804 case IPOPT_SECURITY : in ipf_pr_ipv4hdr()
/freebsd-14-stable/sbin/ipf/iplang/
HDiplang_y.y561 { IL_IPO_SEC, IPOPT_SECURITY },
562 { IL_IPO_SECCLASS, IPOPT_SECURITY },
/freebsd-14-stable/sys/netipsec/
HDxform_ah.c326 case IPOPT_SECURITY: /* 0x82 */ in ah_massage_headers()
/freebsd-14-stable/sbin/ipf/common/
HDipf_y.y1577 | IPFY_IPOPT_SEC { $$ = getoptbyvalue(IPOPT_SECURITY); }