Home
last modified time | relevance | path

Searched defs:sockaddr_in6 (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dip6.h79 struct sockaddr_in6 { struct
80 uint8_t sin6_len; /* length of this struct */
81 int sin6_family; /* AF_INET6 */
82 uint16_t sin6_port; /* Transport layer port # */
83 uint32_t sin6_flowinfo; /* IP6 flow information */
84 struct in6_addr sin6_addr; /* IP6 address */
85 uint32_t sin6_scope_id; /* scope zone index */