Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/include/net/
Dwm_sockets2.0.3.h86 struct sockaddr_in6 { struct
87 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 */
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dsockets.h135 struct sockaddr_in6 { struct
136 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 */
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
Din.h34 struct sockaddr_in6 { struct
35 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;
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dsockets.h83 struct sockaddr_in6 { struct
84 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 */