Searched refs:fw_tcpnf (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.c243 flg_clr = tcp6->th_flags & f->fw_tcpnf;
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_fw.h110 u_char fw_tcpf,fw_tcpnf; /* TCP flags set/unset */ member in struct:ip_fw
H A Dip_fw2_compat.c331 printf("fw_tcpnf: %d\n", vers1_rule->fw_tcpnf);
1163 compat_rule->fw_tcpnf = IP_FW_TCPF_ACK_COMPAT;
1167 compat_rule->fw_tcpnf = fill_compat_tcpflags((cmd->arg1 >> 8) & 0xff);
1317 rule_vers0->fw_tcpnf = rule_vers1.fw_tcpnf;
1461 frwl->fw_tcpf != frwl->fw_tcpnf) {
1937 if (compat_rule->fw_tcpf != 0 || compat_rule->fw_tcpnf != 0) {
1939 compat_rule->fw_tcpnf & IP_FW_TCPF_ACK_COMPAT) {
1947 (compat_rule->fw_tcpnf
[all...]

Completed in 106 milliseconds