Searched refs:inet_ntoa (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | inet.h | 214 Func Name: inet_ntoa 234 char *inet_ntoa (struct in_addr in); 236 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro 244 * to string notation (number and dot format). This is the reentrant API of inet_ntoa. The
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/network/ |
H A D | config_network.c | 405 LZ_HARDWARE_LOGD(LOG_TAG, "rknetwork IP (%s)", inet_ntoa(ipaddr)); in SetWifiModeOn() 407 LZ_HARDWARE_LOGD(LOG_TAG, "network GW (%s)", inet_ntoa(gw)); in SetWifiModeOn() 410 LZ_HARDWARE_LOGD(LOG_TAG, "network NETMASK (%s)", inet_ntoa(netmask)); in SetWifiModeOn() 416 LZ_HARDWARE_LOGD(LOG_TAG, "network GW (%s)", inet_ntoa(gw)); in SetWifiModeOn() 419 LZ_HARDWARE_LOGD(LOG_TAG, "network NETMASK (%s)", inet_ntoa(netmask)); in SetWifiModeOn()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/ |
H A D | inet.h | 70 char *inet_ntoa (struct in_addr);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_net_api.h | 444 #define inet_ntoa(addr) ip4addr_ntoa((ip4_addr_t*)&(addr))
macro
|
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device.c | 405 inet_ntoa(ip_addr_get_ip4_u32(&netif->ip_addr))); in SetLocalWifiGw()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 845 hi_at_printf("\r\n+IPD,%d,%d,%s,%d:%s", link_id, ret, inet_ntoa(cln_addr.sin_addr), htons(cln_addr.sin_port), in ip_ip_resv_show_msg() 848 hi_at_printf("\r\n+IPD,%d,%d,%s,%d:", link_id, ret, inet_ntoa(cln_addr.sin_addr), htons(cln_addr.sin_port)); in ip_ip_resv_show_msg()
|
Completed in 6 milliseconds