Searched refs:tcp_ports (Results 1 – 1 of 1) sorted by relevance
2548 struct tcp_ports { in tcp6_ctlinput() struct2624 (int32_t) (off + sizeof(struct tcp_ports)))) { in tcp6_ctlinput()2627 bzero(&t_ports, sizeof(struct tcp_ports)); in tcp6_ctlinput()2628 m_copydata(m, off, sizeof(struct tcp_ports), (caddr_t)&t_ports); in tcp6_ctlinput()2630 off += sizeof(struct tcp_ports); in tcp6_ctlinput()