/external/linux-kselftest/tools/testing/selftests/bpf/verifier/ |
D | ctx_sk_msg.c | 71 offsetof(struct sk_msg_md, local_ip6[0])), 73 offsetof(struct sk_msg_md, local_ip6[1])), 75 offsetof(struct sk_msg_md, local_ip6[2])), 77 offsetof(struct sk_msg_md, local_ip6[3])),
|
D | cgroup_skb.c | 106 offsetof(struct __sk_buff, local_ip6[0])), 108 offsetof(struct __sk_buff, local_ip6[1])), 110 offsetof(struct __sk_buff, local_ip6[2])), 112 offsetof(struct __sk_buff, local_ip6[3])),
|
D | ctx_skb.c | 151 offsetof(struct __sk_buff, local_ip6)), 227 offsetof(struct __sk_buff, local_ip6[0])), 229 offsetof(struct __sk_buff, local_ip6[1])), 231 offsetof(struct __sk_buff, local_ip6[2])), 233 offsetof(struct __sk_buff, local_ip6[3])),
|
/external/curl/lib/ |
D | hostsyn.c | 100 const char *local_ip6) in Curl_set_dns_local_ip6() argument 103 (void)local_ip6; in Curl_set_dns_local_ip6()
|
D | asyn-ares.c | 792 const char *local_ip6) in Curl_set_dns_local_ip6() argument 797 if((!local_ip6) || (local_ip6[0] == 0)) { in Curl_set_dns_local_ip6() 802 if(Curl_inet_pton(AF_INET6, local_ip6, a6) != 1) { in Curl_set_dns_local_ip6() 812 (void)local_ip6; in Curl_set_dns_local_ip6()
|
D | hostip.h | 232 const char *local_ip6);
|
D | asyn-thread.c | 802 const char *local_ip6) in Curl_set_dns_local_ip6() argument 805 (void)local_ip6; in Curl_set_dns_local_ip6()
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 724 __u32 local_ip6[4]; /* Stored in network byte order */ member 831 __u32 local_ip6[4]; /* Stored in network byte order */ member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 2534 __u32 local_ip6[4]; /* Stored in network byte order */ member 2665 __u32 local_ip6[4]; /* Stored in network byte order */ member 2799 __u32 local_ip6[4]; /* Stored in network byte order */ member
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 2534 __u32 local_ip6[4]; /* Stored in network byte order */ member 2665 __u32 local_ip6[4]; /* Stored in network byte order */ member 2799 __u32 local_ip6[4]; /* Stored in network byte order */ member
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_init.c | 179 memset(&channel->local_ip6, 0, sizeof(channel->local_ip6)); in ares_init_options() 303 memcpy((*dest)->local_ip6, src->local_ip6, sizeof(src->local_ip6)); in ares_dup() 2536 const unsigned char* local_ip6) in ares_set_local_ip6() argument 2538 memcpy(&channel->local_ip6, local_ip6, sizeof(channel->local_ip6)); in ares_set_local_ip6()
|
D | ares_private.h | 284 unsigned char local_ip6[16]; member
|
D | ares_process.c | 1028 if (memcmp(channel->local_ip6, &ares_in6addr_any, in configure_socket() 1029 sizeof(channel->local_ip6)) != 0) { in configure_socket() 1032 memcpy(&local.sa6.sin6_addr, channel->local_ip6, in configure_socket() 1033 sizeof(channel->local_ip6)); in configure_socket()
|
D | ares.h | 355 const unsigned char* local_ip6);
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 4294 __u32 local_ip6[4]; /* Stored in network byte order */ member 4513 __u32 local_ip6[4]; /* Stored in network byte order */ member 4692 __u32 local_ip6[4]; /* Stored in network byte order */ member 5222 __u32 local_ip6[4]; /* Network byte order */ member
|