Searched defs:socket_au_info (Results 1 – 1 of 1) sorted by relevance
113 struct socket_au_info { struct114 int so_domain;115 int so_type;116 int so_protocol;117 in_addr_t so_raddr; /* Remote address if INET socket. */118 in_addr_t so_laddr; /* Local address if INET socket. */119 u_short so_rport; /* Remote port. */120 u_short so_lport; /* Local port. */