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