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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h316 #define IPV6_FW_TCPF_RST TH_RST 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.c413 if (chain->fw_tcpf & IPV6_FW_TCPF_RST) PRINTFLG("rst");
414 if (chain->fw_tcpnf & IPV6_FW_TCPF_RST) PRINTFLG("!rst");
715 { "rst", IPV6_FW_TCPF_RST },

Completed in 71 milliseconds