Searched defs:sockaddr_in6 (Results 1 – 4 of 4) sorted by relevance
86 struct sockaddr_in6 { struct87 u8_t sin6_len; /* length of this structure */88 sa_family_t sin6_family; /* AF_INET6 */89 in_port_t sin6_port; /* Transport layer port # */90 u32_t sin6_flowinfo; /* IPv6 flow information */91 struct in6_addr sin6_addr; /* IPv6 address */92 u32_t sin6_scope_id; /* Set of interfaces for scope */
135 struct sockaddr_in6 { struct136 u8_t sin6_len; /*< Specifies the length of the structure. */137 sa_family_t sin6_family; /*< Specifies the socket family. */138 in_port_t sin6_port; /*< Specifies the transport layer port number. */139 u32_t sin6_flowinfo; /*< Specifies the IPv6 flow information. */140 struct in6_addr sin6_addr; /*< Specifies the IPv6 address. */141 u32_t sin6_scope_id; /*< Specifies the set of interfaces for scope */
34 struct sockaddr_in6 { struct35 sa_family_t sin6_family;36 in_port_t sin6_port;37 uint32_t sin6_flowinfo;38 struct in6_addr sin6_addr;39 uint32_t sin6_scope_id;
83 struct sockaddr_in6 { struct84 u8_t sin6_len; /* length of this structure */85 sa_family_t sin6_family; /* AF_INET6 */86 in_port_t sin6_port; /* Transport layer port # */87 u32_t sin6_flowinfo; /* IPv6 flow information */88 struct in6_addr sin6_addr; /* IPv6 address */89 u32_t sin6_scope_id; /* Set of interfaces for scope */