Home
last modified time | relevance | path

Searched refs:EXT_AH (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/ipfw/
H A Dipv6.c212 { "ah", EXT_AH },
243 case EXT_AH: in fill_ext6hdr()
244 cmd->arg1 |= EXT_AH; in fill_ext6hdr()
298 if (cmd->arg1 & EXT_AH) { in print_ext6hdr()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h308 #define EXT_AH 0x8 macro
/f-stack/freebsd/netinet/
H A Dip_fw.h308 #define EXT_AH 0x8 macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1633 ext_hd |= EXT_AH; in ipfw_chk()