Searched defs:socket_au_info (Results 1 – 1 of 1) sorted by relevance
123 struct socket_au_info { struct124 int so_domain;125 int so_type;126 int so_protocol;127 in_addr_t so_raddr; /* Remote address if INET socket. */128 in_addr_t so_laddr; /* Local address if INET socket. */129 u_short so_rport; /* Remote port. */130 u_short so_lport; /* Local port. */