Home
last modified time | relevance | path

Searched defs:af (Results 1 – 25 of 187) sorted by relevance

12345678

/external/executorch/runtime/core/portable_type/test/
Dhalf_test.cpp36 float af = 104.35; in TEST() local
47 float af = 31.4; in TEST() local
58 float af = 85.5; in TEST() local
69 float af = 96.9; in TEST() local
82 float af = 104.35; in TEST() local
90 float af = 31.4; in TEST() local
98 float af = 85.5; in TEST() local
106 float af = 96.9; in TEST() local
116 float af = 104.35; in TEST() local
124 float af = 31.4; in TEST() local
[all …]
/external/curl/lib/
Dinet_ntop.h37 #define Curl_inet_ntop(af,addr,buf,size) inet_ntop(af, (void *)addr, buf, size) argument
39 #define Curl_inet_ntop(af,addr,buf,size) inet_ntop(af, addr, buf, size) argument
42 #define Curl_inet_ntop(af,addr,buf,size) \ argument
46 #define Curl_inet_ntop(af,addr,buf,size) \ argument
Dif2ip.c99 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip()
184 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip()
247 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip()
/external/scapy/scapy/
Dpton_ntop.py83 def inet_pton(af, addr): argument
133 def inet_ntop(af, addr): argument
/external/webrtc/rtc_base/
Dnet_helpers.cc35 const char* inet_ntop(int af, const void* src, char* dst, socklen_t size) { in inet_ntop()
43 int inet_pton(int af, absl::string_view src, void* dst) { in inet_pton()
Dwin32.cc36 const char* win32_inet_ntop(int af, in win32_inet_ntop()
56 int win32_inet_pton(int af, const char* src, void* dst) { in win32_inet_pton()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_windows.cc39 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton()
43 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
Dsockaddr_utils_posix.cc55 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton()
59 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsockaddr_utils_posix.cc55 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton()
59 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
Dsocket_utils_windows.cc39 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton()
43 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
/external/tcpdump/
Dprint-enc.c77 nd_uint32_t af; member
101 u_int af, flags; in enc_if_print() local
Dprint-gre.c164 uint16_t af; in gre_print_0() local
317 gre_sre_print(netdissect_options *ndo, uint16_t af, uint8_t sreoff, in gre_sre_print()
/external/libnl/lib/
Dmpls.c49 const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen) in mpls_ntop()
96 int mpls_pton(int af, const char *src, void *addr, size_t alen) in mpls_pton()
/external/libwebsockets/lib/system/dhcpclient/
Ddhcpclient.c78 lws_dhcpc_find(struct lws_context *context, const char *iface, int af) in lws_dhcpc_find()
101 lws_dhcpc_request(struct lws_context *context, const char *iface, int af, in lws_dhcpc_request()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dinet_ntop.c56 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop()
195 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop()
Dinet_net_pton.c375 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) in ares_inet_net_pton()
388 int ares_inet_pton(int af, const char *src, void *dst) in ares_inet_pton()
/external/musl/src/network/
Dgethostbyname2.c8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2()
Dgethostbyaddr.c7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr()
Dinet_ntop.c7 const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l) in inet_ntop()
/external/trusty/musl/src/network/
Dgethostbyname2.c8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2()
Dgethostbyaddr.c7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr()
Dinet_ntop.c7 const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l) in inet_ntop()
/external/iproute2/ip/
Dipaddrlabel.c100 int af = preferred_family; in ipaddrlabel_list() local
217 int af = preferred_family; in ipaddrlabel_flush() local
/external/clang/test/CodeGenCXX/
Dptr-to-datamember.cpp49 F A::* af = &A::Af; in test_aggr_pdata() local
64 F A::* af = &A::Af; in test_aggr_pdata_1() local
/external/wpa_supplicant_8/src/utils/
Dip_addr.h13 int af; /* AF_INET / AF_INET6 */ member

12345678