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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp.h216 #define TCP_INFO 0x200 /* retrieve tcp_info structure */
233 struct tcp_info { struct
H A Dtcp_usrreq.c109 void tcp_fill_info(struct tcpcb *, struct tcp_info *);
110 errno_t tcp_fill_info_for_info_tuple(struct info_tuple *, struct tcp_info *);
1117 * Export TCP internal state information via a struct tcp_info
1120 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti)
1184 tcp_fill_info_for_info_tuple(struct info_tuple *itpl, struct tcp_info *ti)
1246 struct tcp_info ti;
1263 error = SYSCTL_OUT(req, &ti, sizeof(struct tcp_info));
1564 struct tcp_info ti;
1567 error = sooptcopyout(sopt, &ti, sizeof(struct tcp_info));

Completed in 26 milliseconds