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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.h133 u_int fw_ipflg; /* IP flags word */ member in struct:ip6_fw
213 * Flags for the 'fw_ipflg' field, for comparing values of ip and its protocols. */
H A Dip6_fw.c237 if ((f->fw_ipflg & IPV6_FW_IF_TCPEST) &&
688 (f->fw_ipflg & IPV6_FW_IF_TCPEST)) &&
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw.h107 u_int fw_ipflg; /* IP flags word */ member in struct:ip_fw
254 * Flags for the 'fw_ipflg' field, for comparing values of ip and its protocols.
H A Dip_fw2_compat.h67 u_int fw_ipflg; /* IP flags word */ member in struct:ip_fw_compat
204 * Flags for the 'fw_ipflg' field, for comparing values of ip and its protocols.
H A Dip_fw2_compat.c325 printf("fw_ipflg: %d\n", vers1_rule->fw_ipflg);
1178 compat_rule->fw_ipflg |= IP_FW_IF_TCPEST_COMPAT;
1324 if (rule_vers1.fw_ipflg && IP_FW_IF_TCPEST_COMPAT) rule_vers0->fw_tcpf |= IP_OLD_FW_TCPF_ESTAB;
1929 if (compat_rule->fw_ipflg & IP_FW_IF_TCPEST_COMPAT) {
2141 rule_vers1->fw_ipflg = (rule_vers0->fw_tcpf & IP_OLD_FW_TCPF_ESTAB) ? IP_FW_IF_TCPEST_COMPAT : 0;

Completed in 92 milliseconds