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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h275 #define IPV6_FW_F_FRAG 0x4000 /* Fragment */ macro
H A Dip6_fw.c652 if ((f->fw_flg & IPV6_FW_F_FRAG) && !offset)
1105 if ((frwl->fw_flg & IPV6_FW_F_FRAG) &&
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c373 if (chain->fw_flg & IPV6_FW_F_FRAG)
1086 rule.fw_flg |= IPV6_FW_F_FRAG;
1144 if (rule.fw_flg & IPV6_FW_F_FRAG) {

Completed in 126 milliseconds