Searched refs:t_ports (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | tcp_subr.c | 2548 } t_ports; in tcp6_ctlinput() local 2624 bzero(&t_ports, sizeof(struct tcp_ports)); in tcp6_ctlinput() 2625 m_copydata(m, off, sizeof(struct tcp_ports), (caddr_t)&t_ports); in tcp6_ctlinput() 2645 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_dst, t_ports.th_dport, ip6_input_getdstifscope(m), in tcp6_ctlinput() 2646 &ip6->ip6_src, t_ports.th_sport, ip6_input_getsrcifscope(m), 0, NULL); in tcp6_ctlinput() 2662 t_ports.th_sport, t_ports.th_dport, IPPROTO_TCP, in tcp6_ctlinput()
|