Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_subr.c2574 } t_ports; in tcp6_ctlinput() local
2649 bzero(&t_ports, sizeof(struct tcp_ports)); in tcp6_ctlinput()
2650 m_copydata(m, off, sizeof(struct tcp_ports), (caddr_t)&t_ports); in tcp6_ctlinput()
2670 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_dst, t_ports.th_dport, ip6_input_getdstifscope(m), in tcp6_ctlinput()
2671 &ip6->ip6_src, t_ports.th_sport, ip6_input_getsrcifscope(m), 0, NULL); in tcp6_ctlinput()
2687 t_ports.th_sport, t_ports.th_dport, IPPROTO_TCP, in tcp6_ctlinput()