Searched defs:inet_ntop (Results 1 – 5 of 5) sorted by relevance
| /third_party/backends/lib/ |
| D | inet_ntop.c | 18 inet_ntop (int af, const void *src, char *dst, size_t cnt) in inet_ntop() function
|
| /third_party/musl/src/network/ |
| D | inet_ntop.c | 7 const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l) in inet_ntop() function
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | arpa-inet.c | 34 const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt) { in inet_ntop() function
|
| /third_party/backends/include/sane/ |
| D | config.h | 721 #define inet_ntop sanei_inet_ntop macro
|
| /third_party/lwip/src/include/lwip/ |
| D | sockets.h | 677 #define inet_ntop(af,src,dst,size) lwip_inet_ntop(af,src,dst,size) macro
|