Searched defs:nl7c_addr_s (Results 1 – 1 of 1) sorted by relevance
95 typedef struct nl7c_addr_s { struct96 struct nl7c_addr_s *next; /* next entry */ argument97 sa_family_t family; /* addr type, only INET and INET6 */98 uint16_t port; /* port */99 union {103 } addr; /* address */105 struct sonode *listener; /* listen()er's sonode */106 boolean_t temp; /* temporary addr via add_addr() ? */