/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/net/ |
D | ext.rs | 8 struct sockaddr_in6 { struct 9 sin6_family: u16, 10 sin6_port: u16, 11 sin6_flowinfo: u32, 12 sin6_addr: c::in6_addr, 13 sin6_scope_id: u32, 95 ) -> c::sockaddr_in6 { in sockaddr_in6_new() 126 ) -> c::sockaddr_in6 { in sockaddr_in6_new()
|
/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/ |
H A D | ip6.h | 79 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 */
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_ipv6.h | 25 struct sockaddr_in6 struct 39 struct sockaddr_in6 sa6; argument
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-optee.h | 69 struct sockaddr_in6 { struct 70 sa_family_t sin6_family; /* AF_INET6 */ 71 in_port_t sin6_port; /* Transport layer port # */ 72 uint32_t sin6_flowinfo; /* IP6 flow information */ 73 struct in6_addr sin6_addr; /* IP6 address */ 74 uint32_t sin6_scope_id; /* scope zone index */
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | mod.rs | 74 pub struct sockaddr_in6 { struct 75 pub sin6_family: sa_family_t, 76 pub sin6_port: u16, 77 pub sin6_addr: in6_addr, 78 pub sin6_flowinfo: u32, 79 pub sin6_scope_id: u32,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | mod.rs | 74 pub struct sockaddr_in6 { struct 75 pub sin6_family: sa_family_t, 76 pub sin6_port: u16, 77 pub sin6_addr: in6_addr, 78 pub sin6_flowinfo: u32, 79 pub sin6_scope_id: u32,
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | mod.rs | 74 pub struct sockaddr_in6 { struct 75 pub sin6_family: sa_family_t, 76 pub sin6_port: u16, 77 pub sin6_addr: in6_addr, 78 pub sin6_flowinfo: u32, 79 pub sin6_scope_id: u32,
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | mod.rs | 74 pub struct sockaddr_in6 { struct 75 pub sin6_family: sa_family_t, 76 pub sin6_port: u16, 77 pub sin6_addr: in6_addr, 78 pub sin6_flowinfo: u32, 79 pub sin6_scope_id: u32,
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | mod.rs | 74 pub struct sockaddr_in6 { struct 75 pub sin6_family: sa_family_t, 76 pub sin6_port: u16, 77 pub sin6_addr: in6_addr, 78 pub sin6_flowinfo: u32, 79 pub sin6_scope_id: u32,
|
/aosp_15_r20/external/libevent/ |
H A D | ipv6-internal.h | 63 struct sockaddr_in6 { struct 66 sa_family_t sin6_family; 67 ev_uint16_t sin6_port; 68 struct in6_addr sin6_addr;
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ws2ipdef.h | 41 struct sockaddr_in6 { struct 52 typedef struct sockaddr_in6 SOCKADDR_IN6; argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/ |
D | in6.h | 46 struct sockaddr_in6 { struct 47 unsigned short int sin6_family; /* AF_INET6 */ 48 __be16 sin6_port; /* Transport layer port # */ 49 __be32 sin6_flowinfo; /* IPv6 flow information */ 50 struct in6_addr sin6_addr; /* IPv6 address */ 51 __u32 sin6_scope_id; /* scope id (new in RFC2553) */
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libnl/include/linux-private/linux/ |
D | in6.h | 50 struct sockaddr_in6 { struct 51 unsigned short int sin6_family; /* AF_INET6 */ 52 __be16 sin6_port; /* Transport layer port # */ 53 __be32 sin6_flowinfo; /* IPv6 flow information */ 54 struct in6_addr sin6_addr; /* IPv6 address */ 55 __u32 sin6_scope_id; /* scope id (new in RFC2553) */
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/ |
H A D | in6.h | 28 struct sockaddr_in6 { struct 29 unsigned short int sin6_family; 30 __be16 sin6_port; 31 __be32 sin6_flowinfo; 32 struct in6_addr sin6_addr; 33 __u32 sin6_scope_id;
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/ |
H A D | in6.h | 28 struct sockaddr_in6 { struct 29 unsigned short int sin6_family; 30 __be16 sin6_port; 31 __be32 sin6_flowinfo; 32 struct in6_addr sin6_addr; 33 __u32 sin6_scope_id;
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/ |
D | in6.h | 28 struct sockaddr_in6 { struct 29 unsigned short int sin6_family; 30 __be16 sin6_port; 31 __be32 sin6_flowinfo; 32 struct in6_addr sin6_addr; 33 __u32 sin6_scope_id;
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/ |
D | in6.h | 40 struct sockaddr_in6 { struct 41 unsigned short int sin6_family; 42 __be16 sin6_port; 43 __be32 sin6_flowinfo; 44 struct in6_addr sin6_addr; 45 __u32 sin6_scope_id;
|
/aosp_15_r20/external/iproute2/include/uapi/linux/ |
H A D | in6.h | 50 struct sockaddr_in6 { struct 51 unsigned short int sin6_family; /* AF_INET6 */ 52 __be16 sin6_port; /* Transport layer port # */ 53 __be32 sin6_flowinfo; /* IPv6 flow information */ 54 struct in6_addr sin6_addr; /* IPv6 address */ 55 __u32 sin6_scope_id; /* scope id (new in RFC2553) */
|
/aosp_15_r20/external/libnl/include/linux-private/linux/ |
H A D | in6.h | 50 struct sockaddr_in6 { struct 51 unsigned short int sin6_family; /* AF_INET6 */ 52 __be16 sin6_port; /* Transport layer port # */ 53 __be32 sin6_flowinfo; /* IPv6 flow information */ 54 struct in6_addr sin6_addr; /* IPv6 address */ 55 __u32 sin6_scope_id; /* scope id (new in RFC2553) */
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libnl/include/linux-private/linux/ |
D | in6.h | 50 struct sockaddr_in6 { struct 51 unsigned short int sin6_family; /* AF_INET6 */ 52 __be16 sin6_port; /* Transport layer port # */ 53 __be32 sin6_flowinfo; /* IPv6 flow information */ 54 struct in6_addr sin6_addr; /* IPv6 address */ 55 __u32 sin6_scope_id; /* scope id (new in RFC2553) */
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libnl/include/linux-private/linux/ |
D | in6.h | 50 struct sockaddr_in6 { struct 51 unsigned short int sin6_family; /* AF_INET6 */ 52 __be16 sin6_port; /* Transport layer port # */ 53 __be32 sin6_flowinfo; /* IPv6 flow information */ 54 struct in6_addr sin6_addr; /* IPv6 address */ 55 __u32 sin6_scope_id; /* scope id (new in RFC2553) */
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/ |
D | in6.h | 40 struct sockaddr_in6 { struct 41 unsigned short int sin6_family; 42 __be16 sin6_port; 43 __be32 sin6_flowinfo; 44 struct in6_addr sin6_addr; 45 __u32 sin6_scope_id;
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/ |
H A D | in6.h | 28 struct sockaddr_in6 { struct 29 unsigned short int sin6_family; 30 __be16 sin6_port; 31 __be32 sin6_flowinfo; 32 struct in6_addr sin6_addr; 33 __u32 sin6_scope_id;
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libnl/include/linux-private/linux/ |
D | in6.h | 50 struct sockaddr_in6 { struct 51 unsigned short int sin6_family; /* AF_INET6 */ 52 __be16 sin6_port; /* Transport layer port # */ 53 __be32 sin6_flowinfo; /* IPv6 flow information */ 54 struct in6_addr sin6_addr; /* IPv6 address */ 55 __u32 sin6_scope_id; /* scope id (new in RFC2553) */
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/ |
H A D | in6.h | 28 struct sockaddr_in6 { struct 29 unsigned short int sin6_family; 30 __be16 sin6_port; 31 __be32 sin6_flowinfo; 32 struct in6_addr sin6_addr; 33 __u32 sin6_scope_id;
|