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

  /src/sys/netinet/
tcp.h 138 #define TCP_INFO 9 /* retrieve tcp_info structure */
149 * The TCP_INFO socket option comes from the Linux 2.6 TCP API, and permits
160 struct tcp_info { struct
202 /* FreeBSD/NetBSD extensions to tcp_info. */
  /src/crypto/external/bsd/openssh/dist/
packet.c 3021 char thishost[NI_MAXHOST] = "unknown", *tcp_info = NULL; local
3037 xasprintf(&tcp_info, " tcp %s:%d -> %s:%d\r\n",
3041 tcp_info = xstrdup("");
3089 tcp_info,
3096 free(tcp_info);

Completed in 70 milliseconds