Searched refs:IPV6_FW_IP6OPT_AH (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h307 #define IPV6_FW_IP6OPT_AH 0x10 macro
H A Dip6_fw.c327 opts &= ~IPV6_FW_IP6OPT_AH;
328 nopts &= ~IPV6_FW_IP6OPT_AH;
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c390 if (chain->fw_ip6opt & IPV6_FW_IP6OPT_AH) PRINTOPT("ah");
391 if (chain->fw_ip6nopt & IPV6_FW_IP6OPT_AH) PRINTOPT("!ah");
760 if (!strncmp(p,"ah",strlen(p))) *d |= IPV6_FW_IP6OPT_AH;

Completed in 223 milliseconds