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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h303 #define IPV6_FW_IP6OPT_HOPOPT 0x01 macro
H A Dip6_fw.c334 opts &= ~IPV6_FW_IP6OPT_HOPOPT;
335 nopts &= ~IPV6_FW_IP6OPT_HOPOPT;
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c382 if (chain->fw_ip6opt & IPV6_FW_IP6OPT_HOPOPT) PRINTOPT("hopopt");
383 if (chain->fw_ip6nopt & IPV6_FW_IP6OPT_HOPOPT) PRINTOPT("!hopopt");
756 if (!strncmp(p,"hopopt",strlen(p))) *d |= IPV6_FW_IP6OPT_HOPOPT;

Completed in 127 milliseconds