Searched refs:IPV6_FW_TCPF_ACK (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h318 #define IPV6_FW_TCPF_ACK TH_ACK macro
H A Dip6_fw.c241 ((tcp6->th_flags & (IPV6_FW_TCPF_RST | IPV6_FW_TCPF_ACK |
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c401 chain->fw_tcpnf == IPV6_FW_TCPF_ACK)
417 if (chain->fw_tcpf & IPV6_FW_TCPF_ACK) PRINTFLG("ack");
418 if (chain->fw_tcpnf & IPV6_FW_TCPF_ACK) PRINTFLG("!ack");
713 { "ack", IPV6_FW_TCPF_ACK },
1104 rule.fw_tcpnf |= IPV6_FW_TCPF_ACK;

Completed in 134 milliseconds