Home
last modified time | relevance | path

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

/net/lwip/
A Dnet-lwip.c365 int net_lwip_dns_resolve(char *name_or_ip, ip_addr_t *ip) in net_lwip_dns_resolve() argument
369 char *argv[] = { "dns", name_or_ip, var, NULL }; in net_lwip_dns_resolve()
373 if (ipaddr_aton(name_or_ip, ip)) in net_lwip_dns_resolve()
380 name_or_ip = env_get(var); in net_lwip_dns_resolve()
381 if (!name_or_ip) in net_lwip_dns_resolve()
384 if (!ipaddr_aton(name_or_ip, ip)) in net_lwip_dns_resolve()

Completed in 8 milliseconds