Home
last modified time | relevance | path

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

/AliOS-Things-master/components/netmgr/net/include/sys/
A Dipaddr.h25 #if !defined(in_addr_t) && !defined(IN_ADDR_T_DEFINED)
26 typedef u32_t in_addr_t; typedef
33 in_addr_t s_addr;
117 in_addr_t ipaddr_addr(const char *cp);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dinet.h54 #if !defined(in_addr_t) && !defined(IN_ADDR_T_DEFINED) && !defined(_IN_ADDR_T_DECLARED)
55 typedef u32_t in_addr_t; typedef
59 in_addr_t s_addr;
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dinet.h54 #if !defined(in_addr_t) && !defined(IN_ADDR_T_DEFINED)
55 typedef u32_t in_addr_t; typedef
62 in_addr_t s_addr;
/AliOS-Things-master/components/netmgr/netdev/src/
A Dnetdev_ipaddr.c242 in_addr_t netdev_ipaddr_addr(const char *cp) in netdev_ipaddr_addr()
/AliOS-Things-master/components/uvoice/stream/
A Duvoice_http.c63 #ifndef in_addr_t
64 typedef uint32_t in_addr_t; typedef
178 static int http_get_dns(char *hostname, in_addr_t *addr) in http_get_dns()
216 in_addr.s_addr = *((in_addr_t *)*pp); in http_get_dns()
226 in_addr_t addr; in http_connect()
268 addr = (in_addr_t)loader->host_addr; in http_connect()

Completed in 7 milliseconds