Searched defs:sockaddr_in6 (Results 1 – 2 of 2) sorted by relevance
79 struct sockaddr_in6 { struct80 u8_t sin6_len; /* length of this structure */81 sa_family_t sin6_family; /* AF_INET6 */82 in_port_t sin6_port; /* Transport layer port # */83 u32_t sin6_flowinfo; /* IPv6 flow information */84 struct in6_addr sin6_addr; /* IPv6 address */85 u32_t sin6_scope_id; /* Set of interfaces for scope */
82 struct sockaddr_in6 { struct83 u8_t sin6_len; /* length of this structure */84 sa_family_t sin6_family; /* AF_INET6 */85 in_port_t sin6_port; /* Transport layer port # */86 u32_t sin6_flowinfo; /* IPv6 flow information */87 struct in6_addr sin6_addr; /* IPv6 address */88 u32_t sin6_scope_id; /* Set of interfaces for scope */