Home
last modified time | relevance | path

Searched refs:t_ports (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_subr.c2529 } t_ports; in tcp6_ctlinput() local
2605 bzero(&t_ports, sizeof(struct tcp_ports)); in tcp6_ctlinput()
2606 m_copydata(m, off, sizeof(struct tcp_ports), (caddr_t)&t_ports); in tcp6_ctlinput()
2626 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_dst, t_ports.th_dport, ip6_input_getdstifscope(m), in tcp6_ctlinput()
2627 &ip6->ip6_src, t_ports.th_sport, ip6_input_getsrcifscope(m), 0, NULL); in tcp6_ctlinput()
2643 t_ports.th_sport, t_ports.th_dport, IPPROTO_TCP, in tcp6_ctlinput()