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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h309 #define IPV6_FW_IP6OPT_OPTS 0x40 macro
H A Dip6_fw.c351 opts &= ~IPV6_FW_IP6OPT_OPTS;
352 nopts &= ~IPV6_FW_IP6OPT_OPTS;
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c394 if (chain->fw_ip6opt & IPV6_FW_IP6OPT_OPTS) PRINTOPT("opts");
395 if (chain->fw_ip6nopt & IPV6_FW_IP6OPT_OPTS) PRINTOPT("!opts");
762 if (!strncmp(p,"opts",strlen(p))) *d |= IPV6_FW_IP6OPT_OPTS;

Completed in 135 milliseconds