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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h305 #define IPV6_FW_IP6OPT_FRAG 0x04 macro
H A Dip6_fw.c322 opts &= ~IPV6_FW_IP6OPT_FRAG;
323 nopts &= ~IPV6_FW_IP6OPT_FRAG;
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c386 if (chain->fw_ip6opt & IPV6_FW_IP6OPT_FRAG) PRINTOPT("frag");
387 if (chain->fw_ip6nopt & IPV6_FW_IP6OPT_FRAG) PRINTOPT("!frag");
758 if (!strncmp(p,"frag",strlen(p))) *d |= IPV6_FW_IP6OPT_FRAG;

Completed in 180 milliseconds