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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h315 #define IPV6_FW_TCPF_SYN TH_SYN macro
H A Dip6_fw.c242 IPV6_FW_TCPF_SYN)) == IPV6_FW_TCPF_SYN))
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c400 else if (chain->fw_tcpf == IPV6_FW_TCPF_SYN &&
411 if (chain->fw_tcpf & IPV6_FW_TCPF_SYN) PRINTFLG("syn");
412 if (chain->fw_tcpnf & IPV6_FW_TCPF_SYN) PRINTFLG("!syn");
711 { "syn", IPV6_FW_TCPF_SYN },
1103 rule.fw_tcpf |= IPV6_FW_TCPF_SYN;

Completed in 180 milliseconds