Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet/
H A Dtcp_subr.c2579 struct tcp_ports { in tcp6_ctlinput() struct
2654 (int32_t) (off + sizeof(struct tcp_ports)))) { in tcp6_ctlinput()
2657 bzero(&t_ports, sizeof(struct tcp_ports)); in tcp6_ctlinput()
2658 m_copydata(m, off, sizeof(struct tcp_ports), (caddr_t)&t_ports); in tcp6_ctlinput()
2660 off += sizeof(struct tcp_ports); in tcp6_ctlinput()