Home
last modified time | relevance | path

Searched defs:cl_tcp_info_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h558 typedef struct cl_tcp_info_s { struct
559 ushort_t cl_tcpi_version; /* cl_tcp_info_t's version no */
560 ushort_t cl_tcpi_ipversion; /* IP version */
561 int32_t cl_tcpi_state; /* TCP state */
562 in_port_t cl_tcpi_lport; /* Local port */
563 in_port_t cl_tcpi_fport; /* Remote port */
564 in6_addr_t cl_tcpi_laddr_v6; /* Local IP address */
565 in6_addr_t cl_tcpi_faddr_v6; /* Remote IP address */