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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.h136 u_char fw_tcpf,fw_tcpnf; /* TCP flags set/unset */ member in struct:ip6_fw
H A Dip6_fw.c242 flg_set = tcp6->th_flags & f->fw_tcpf;
245 if (flg_set != f->fw_tcpf)
680 f->fw_tcpf != f->fw_tcpnf)
687 if (((f->fw_tcpf != f->fw_tcpnf) ||
1103 frwl->fw_tcpf != frwl->fw_tcpnf) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.h70 u_char fw_tcpf,fw_tcpnf; /* TCP flags set/unset */ member in struct:ip_fw_compat
285 u_char fw_tcpf,fw_tcpnf; /* TCP flags set/unset */ member in struct:ip_old_fw
H A Dip_fw2_compat.c330 printf("fw_tcpf: %d\n", vers1_rule->fw_tcpf);
1162 compat_rule->fw_tcpf = IP_FW_TCPF_SYN_COMPAT;
1166 compat_rule->fw_tcpf = fill_compat_tcpflags(cmd->arg1 & 0xff);
1316 rule_vers0->fw_tcpf = rule_vers1.fw_tcpf;
1324 if (rule_vers1.fw_ipflg && IP_FW_IF_TCPEST_COMPAT) rule_vers0->fw_tcpf |= IP_OLD_FW_TCPF_ESTAB;
1461 frwl->fw_tcpf != frwl->fw_tcpnf) {
1937 if (compat_rule->fw_tcpf != 0 || compat_rule->fw_tcpnf != 0) {
1938 if ((compat_rule->fw_tcpf
[all...]
H A Dip_fw.h110 u_char fw_tcpf,fw_tcpnf; /* TCP flags set/unset */ member in struct:ip_fw

Completed in 104 milliseconds