HomeSort by: relevance | last modified time | path
    Searched refs:tcp_info (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp.h 137 #define TCP_INFO 9 /* retrieve tcp_info structure */
148 * The TCP_INFO socket option comes from the Linux 2.6 TCP API, and permits
159 struct tcp_info { struct
201 /* FreeBSD/NetBSD extensions to tcp_info. */
tcp_usrreq.c 197 * Export TCP internal state information via a struct tcp_info, based on the
204 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti)
237 * FreeBSD-specific extension fields for tcp_info.
263 struct tcp_info ti;
399 case TCP_INFO:

Completed in 13 milliseconds