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

/darwin-on-arm/xnu/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) &&
695 (f->fw_ipflg & IPV6_FW_IF_TCPEST)) &&
1175 userrule_64->fw_ipflg = rule->fw_ipflg;
1204 rule->fw_ipflg = userrule_64->fw_ipflg;
1233 userrule_32->fw_ipflg = rule->fw_ipflg;
1262 rule->fw_ipflg = userrule_32->fw_ipflg;
[all...]
/darwin-on-arm/xnu/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;

Completed in 46 milliseconds