Searched refs:fw_ipflg (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h132 u_int fw_ipflg; /* IP flags word */ member in struct:ip6_fw
166 u_int fw_ipflg; /* IP flags word */ member in struct:ip6_fw_32
199 u_int fw_ipflg; /* IP flags word */ member in struct:ip6_fw_64
282 * Flags for the 'fw_ipflg' field, for comparing values of ip and its protocols. */
H A Dip6_fw.c240 if ((f->fw_ipflg & IPV6_FW_IF_TCPEST) &&
696 (f->fw_ipflg & IPV6_FW_IF_TCPEST)) &&
1179 userrule_64->fw_ipflg = rule->fw_ipflg;
1208 rule->fw_ipflg = userrule_64->fw_ipflg;
1237 userrule_32->fw_ipflg = rule->fw_ipflg;
1266 rule->fw_ipflg = userrule_32->fw_ipflg;
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2_compat.h66 u_int fw_ipflg; /* IP flags word */ member in struct:ip_fw_compat
152 u_int fw_ipflg; /* IP flags word */ member in struct:ip_fw_compat_32
197 u_int fw_ipflg; /* IP flags word */ member in struct:ip_fw_compat_64
326 * Flags for the 'fw_ipflg' field, for comparing values of ip and its protocols.
H A Dip_fw.h106 u_int fw_ipflg; /* IP flags word */ member in struct:ip_fw
253 * Flags for the 'fw_ipflg' field, for comparing values of ip and its protocols.
H A Dip_fw2_compat.c1082 compat_rule->fw_ipflg |= IP_FW_IF_TCPEST_COMPAT;
1361 compat_rule->fw_ipflg |= IP_FW_IF_TCPEST_COMPAT;
1595 if (rule_vers1.fw_ipflg & IP_FW_IF_TCPEST_COMPAT) rule_vers0->fw_tcpf |= IP_OLD_FW_TCPF_ESTAB;
1623 if (rule_vers1.fw_ipflg & IP_FW_IF_TCPEST_COMPAT) rule_vers0->fw_tcpf |= IP_OLD_FW_TCPF_ESTAB;
2395 if (compat_rule->fw_ipflg & IP_FW_IF_TCPEST_COMPAT) {
2938 if (compat_rule->fw_ipflg & IP_FW_IF_TCPEST_COMPAT) {
3212 rule_vers1->fw_ipflg = (rule_vers0->fw_tcpf & IP_OLD_FW_TCPF_ESTAB) ? IP_FW_IF_TCPEST_COMPAT : 0;
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c398 if (chain->fw_ipflg & IPV6_FW_IF_TCPEST)
1099 rule.fw_ipflg |= IPV6_FW_IF_TCPEST;

Completed in 209 milliseconds