Home
last modified time | relevance | path

Searched refs:IPOPT_CIPSO (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sbin/ipf/libipf/
HDionames.c25 { IPOPT_CIPSO, 0x000800, 8, "cipso" }, /* size ?? */
/freebsd-13-stable/sys/netinet/
HDip.h157 #define IPOPT_CIPSO 134 /* commercial security */ macro
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h766 #undef IPOPT_CIPSO
767 #define IPOPT_CIPSO 134 /* CIPSO */ macro
HDfil.c203 { IPOPT_CIPSO, 0x000800 },
1815 case IPOPT_CIPSO : in ipf_pr_ipv4hdr()
/freebsd-13-stable/sbin/ipf/common/
HDipf_y.y1580 | IPFY_IPOPT_CIPSO { $$ = getoptbyvalue(IPOPT_CIPSO); }
1581 | IPFY_IPOPT_CIPSO doi { $$ = getoptbyvalue(IPOPT_CIPSO); }
/freebsd-13-stable/sbin/ipf/iplang/
HDiplang_y.y565 { IL_IPO_CIPSO, IPOPT_CIPSO },