Searched refs:tcp6 (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c191 static int tcp6flg_match __P((struct tcphdr *tcp6, struct ip6_fw *f));
231 tcp6flg_match(struct tcphdr *tcp6, struct ip6_fw *f) argument
241 ((tcp6->th_flags & (IPV6_FW_TCPF_RST | IPV6_FW_TCPF_ACK |
245 flg_set = tcp6->th_flags & f->fw_tcpf;
246 flg_clr = tcp6->th_flags & f->fw_tcpnf;
421 struct tcphdr *const tcp6 = (struct tcphdr *) ((caddr_t) ip6+ off); local
480 ntohs(tcp6->th_sport));
487 ntohs(tcp6->th_dport));
675 struct tcphdr *tcp6; local
694 tcp6
[all...]
H A Din6_proto.c503 SYSCTL_NODE(_net_inet6, IPPROTO_TCP, tcp6,

Completed in 27 milliseconds