| /external/scapy/scapy/ |
| D | pton_ntop.py | 80 def inet_pton(af, addr): argument 126 def inet_ntop(af, addr): argument
|
| /external/curl/lib/ |
| D | if2ip.c | 97 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip() 182 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip() 237 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip()
|
| D | inet_ntop.h | 35 #define Curl_inet_ntop(af,addr,buf,size) \ argument
|
| /external/webrtc/rtc_base/ |
| D | net_helpers.cc | 35 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()
|
| D | win32.cc | 36 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/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
| D | socket_utils_uv.cc | 40 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton() 44 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
|
| D | socket_utils_windows.cc | 38 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton() 42 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
|
| /external/grpc-grpc/src/core/lib/iomgr/ |
| D | socket_utils_windows.cc | 38 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton() 42 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
|
| D | socket_utils_uv.cc | 40 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton() 44 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
|
| /external/tcpdump/ |
| D | print-enc.c | 79 nd_uint32_t af; member 103 u_int af, flags; in enc_if_print() local
|
| D | print-gre.c | 166 uint16_t af; in gre_print_0() local 319 gre_sre_print(netdissect_options *ndo, uint16_t af, uint8_t sreoff, in gre_sre_print()
|
| /external/libnl/lib/ |
| D | mpls.c | 46 const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen) in mpls_ntop() 93 int mpls_pton(int af, const char *src, void *addr, size_t alen) in mpls_pton()
|
| /external/libwebsockets/lib/system/dhcpclient/ |
| D | dhcpclient.c | 78 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/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | inet_ntop.c | 62 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop() 201 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop()
|
| D | inet_net_pton.c | 408 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) in ares_inet_net_pton() 424 int ares_inet_pton(int af, const char *src, void *dst) in ares_inet_pton() 444 int ares_inet_pton(int af, const char *src, void *dst) in ares_inet_pton()
|
| /external/clang/test/CodeGenCXX/ |
| D | ptr-to-datamember.cpp | 49 F A::* af = &A::Af; in test_aggr_pdata() local 64 F A::* af = &A::Af; in test_aggr_pdata_1() local
|
| /external/iproute2/ip/ |
| D | ipaddrlabel.c | 100 int af = preferred_family; in ipaddrlabel_list() local 217 int af = preferred_family; in ipaddrlabel_flush() local
|
| /external/musl/src/network/ |
| D | gethostbyname2.c | 8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2()
|
| D | gethostbyaddr.c | 7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr()
|
| D | inet_ntop.c | 7 const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l) in inet_ntop()
|
| /external/python/cpython2/Mac/Demo/sound/ |
| D | playaiff.py | 7 af = aifc.open(fn, 'r') variable
|
| /external/wpa_supplicant_8/src/utils/ |
| D | ip_addr.h | 13 int af; /* AF_INET / AF_INET6 */ member
|
| /external/ComputeLibrary/src/cpu/kernels/sub/neon/ |
| D | qsymm16.cpp | 99 const float32x4x2_t af = in sub_qsymm16_neon() local 156 const float32x4x2_t af = in sub_qsymm16_neon() local
|
| /external/mdnsresponder/mDNSPosix/ |
| D | nss_mdns.c | 684 int af, in _nss_mdns_gethostbyname2_r() 709 int af, in _nss_mdns_gethostbyaddr_r() 784 int af, in mdns_gethostbyname2() 847 int af, in mdns_lookup_name() 935 int af, in mdns_lookup_addr() 1648 int af, in is_applicable_addr() 2290 af_to_rr (int af) in af_to_rr() 2442 int af, in format_reverse_addr()
|
| /external/iproute2/lib/ |
| D | mpls_pton.c | 45 int mpls_pton(int af, const char *src, void *addr, size_t alen) in mpls_pton()
|