Home
last modified time | relevance | path

Searched refs:ipstr (Results 1 – 3 of 3) sorted by relevance

/components/net/at/at_socket/
A Dat_socket.c896 char ipstr[16] = { 0 }; in at_connect() local
922 ipaddr_to_ipstr(name, ipstr); in at_connect()
1048 char ipstr[16] = { 0 }; in at_recvfrom() local
1051 ipaddr_to_ipstr(from, ipstr); in at_recvfrom()
1196 char ipstr[16] = { 0 }; in at_sendto() local
1199 ipaddr_to_ipstr(to, ipstr); in at_sendto()
1378 for (i = 0; i < 4; i++, ipstr++) in ipstr_to_u32()
1381 if ((ipstr = strchr(ipstr, '.')) == RT_NULL) in ipstr_to_u32()
1403 char ipstr[16] = { 0 }; in _gethostbyname_by_device() local
1445 if (inet_aton(ipstr, addr) == 0) in _gethostbyname_by_device()
[all …]
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Ddemand.c328 char ipstr[16]; local
400 strcpy(ipstr,inet_ntoa(*( (struct in_addr *) (pkt->data+16))));
403 ipstr,
408 ipstr,
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Ddemand.c328 char ipstr[16]; local
400 strcpy(ipstr,inet_ntoa(*( (struct in_addr *) (pkt->data+16))));
403 ipstr,
408 ipstr,

Completed in 11 milliseconds