Home
last modified time | relevance | path

Searched refs:inet_ntoa (Results 1 – 15 of 15) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/apps/ping/
A Dping.c170 if (inet_aton(inet_ntoa(ina), &target_addr) == 0) in ping()
194 …rt_kprintf("%d bytes from %s icmp_seq=%d ttl=%d time=%d ms\n", recv_len, inet_ntoa(ina), send_time… in ping()
199 rt_kprintf("From %s icmp_seq=%d timeout\n", inet_ntoa(ina), send_times); in ping()
204 rt_kprintf("Send %s - error\n", inet_ntoa(ina)); in ping()
/components/net/lwip/lwip-1.4.1/src/apps/ping/
A Dping.c170 if (inet_aton(inet_ntoa(ina), &target_addr) == 0) in ping()
194 …rt_kprintf("%d bytes from %s icmp_seq=%d ttl=%d time=%d ms\n", recv_len, inet_ntoa(ina), send_time… in ping()
199 rt_kprintf("From %s icmp_seq=%d timeout\n", inet_ntoa(ina), send_times); in ping()
204 rt_kprintf("Send %s - error\n", inet_ntoa(ina)); in ping()
/components/net/lwip/lwip-2.1.2/src/apps/ping/
A Dping.c170 if (inet_aton(inet_ntoa(ina), &target_addr) == 0) in ping()
194 …rt_kprintf("%d bytes from %s icmp_seq=%d ttl=%d time=%d ms\n", recv_len, inet_ntoa(ina), send_time… in ping()
199 rt_kprintf("From %s icmp_seq=%d timeout\n", inet_ntoa(ina), send_times); in ping()
204 rt_kprintf("Send %s - error\n", inet_ntoa(ina)); in ping()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dipcp.c616 inet_ntoa(ciaddr1))); in ipcp_nakci()
621 inet_ntoa(ciaddr2))); in ipcp_nakci()
658 IPCPDEBUG(LOG_INFO, ("primary DNS address %s\n", inet_ntoa(cidnsaddr))); in ipcp_nakci()
938 IPCPDEBUG(LOG_INFO, ("his addr %s\n", inet_ntoa(ciaddr1))); in ipcp_reqci()
962 IPCPDEBUG(LOG_INFO, ("our addr %s\n", inet_ntoa(ciaddr2))); in ipcp_reqci()
1010 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Nak ADDR %s\n", inet_ntoa(ciaddr1))); in ipcp_reqci()
1023 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: ADDR %s\n", inet_ntoa(ciaddr1))); in ipcp_reqci()
1041 d+1, inet_ntoa(tl))); in ipcp_reqci()
1257 inet_ntoa(ho->hisaddr))); in ipcp_up()
1292 IPCPDEBUG(LOG_NOTICE, ("local IP address %s\n", inet_ntoa(go->ouraddr))); in ipcp_up()
[all …]
/components/net/netdev/src/
A Dnetdev.c1235 rt_kprintf("ip address: %s\n", inet_ntoa(netdev->ip_addr)); in netdev_list_if()
1236 rt_kprintf("gw address: %s\n", inet_ntoa(netdev->gw)); in netdev_list_if()
1237 rt_kprintf("net mask : %s\n", inet_ntoa(netdev->netmask)); in netdev_list_if()
1248 rt_kprintf("ipv6 link-local: %s %s\n", inet_ntoa(*addr), in netdev_list_if()
1254 rt_kprintf("ipv6[%d] address: %s %s\n", i, inet_ntoa(*addr), in netdev_list_if()
1263 rt_kprintf("dns server #%d: %s\n", index, inet_ntoa(netdev->dns_servers[index])); in netdev_list_if()
1383 … (ip_addr_isany(&(ping_resp.ip_addr))) ? target_name : inet_ntoa(ping_resp.ip_addr)); in netdev_cmd_ping()
1390 … ping_resp.data_len, inet_ntoa(ping_resp.ip_addr), index + 1, ping_resp.ticks); in netdev_cmd_ping()
1420 rt_kprintf("\n--- %s ping statistics ---\n", inet_ntoa(*ip_2_ip4(&ping_resp.ip_addr))); in netdev_cmd_ping()
1427 rt_kprintf("\n--- %s ping statistics ---\n", inet_ntoa(ping_resp.ip_addr)); in netdev_cmd_ping()
[all …]
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Ddemand.c400 strcpy(ipstr,inet_ntoa(*( (struct in_addr *) (pkt->data+16))));
404 inet_ntoa(*( (struct in_addr *) (pkt->data+20))));
410 inet_ntoa(*( (struct in_addr *) (pkt->data+20))),
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Ddemand.c400 strcpy(ipstr,inet_ntoa(*( (struct in_addr *) (pkt->data+16))));
404 inet_ntoa(*( (struct in_addr *) (pkt->data+20))));
410 inet_ntoa(*( (struct in_addr *) (pkt->data+20))),
/components/net/netdev/include/
A Dnetdev_ipaddr.h256 #define inet_ntoa(addr) ((IP_IS_V6_VAL(addr)) ? \ macro
281 #define inet_ntoa(addr) netdev_ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro
301 #define inet_ntoa(addr) netdev_ip6addr_ntoa((const ip6_addr_t*)&(addr)) macro
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dinet.h100 #define inet_ntoa(addr) ipaddr_ntoa((ip_addr_t*)&(addr)) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dinet.h141 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dinet.h143 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro
/components/net/lwip/port/
A Dethernetif.c243 if (inet_aton(inet_ntoa(ina), &target_addr) == 0) in lwip_netdev_ping()
1168 rt_kprintf("dns server #%d: %s\n", index, inet_ntoa(ip_addr)); in list_if()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG458 * inet.h, ip_addr.c/.h: Added reentrant versions of inet_ntoa/ipaddr_ntoa
2874 * inet.c: Made data types consistent in inet_ntoa().
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1414 * inet.h, ip_addr.c/.h: Added reentrant versions of inet_ntoa/ipaddr_ntoa
3830 * inet.c: Made data types consistent in inet_ntoa().
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1667 * inet.h, ip_addr.c/.h: Added reentrant versions of inet_ntoa/ipaddr_ntoa
4083 * inet.c: Made data types consistent in inet_ntoa().

Completed in 35 milliseconds