Searched refs:tcp_info (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp.h222 #define TCP_INFO 0x200 /* retrieve tcp_info structure */
258 struct tcp_info { struct
352 * Do not add new fields to this structure, just add them to tcp_info
357 struct tcp_info tcpci_tcp_info; /* TCP info */
H A Dtcp_usrreq.c120 void tcp_fill_info(struct tcpcb *, struct tcp_info *);
121 errno_t tcp_fill_info_for_info_tuple(struct info_tuple *, struct tcp_info *);
1453 * Export TCP internal state information via a struct tcp_info
1456 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti)
1542 tcp_fill_info_for_info_tuple(struct info_tuple *itpl, struct tcp_info *ti)
1607 struct tcp_info ti;
1659 error = SYSCTL_OUT(req, &ti, sizeof(struct tcp_info));
2152 struct tcp_info ti;
2155 error = sooptcopyout(sopt, &ti, sizeof(struct tcp_info));

Completed in 30 milliseconds