Home
last modified time | relevance | path

Searched defs:inet_ntop (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dsockets.h766 static inline const char *inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop() function
772 # define inet_ntop(a,b,c,d) lwip_inet_ntop(a,b,c,d) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dsockets.h2488 #define inet_ntop(af, src, dst, size) lwip_inet_ntop(af, src, dst, size) macro