Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ulog/src/
A Dulog_session_udp.c52 SESSION_UDP_INFO("ulog ip %s\n", inet_ntoa(*(struct in_addr *)(&syslog_watcher_ip_nl))); in on_update_syslog_watcher_addr()
55 …SESSION_UDP_INFO("ulog udp ip %s ort %d \r\n", inet_ntoa(*(struct in_addr *)(&syslog_watcher_addr-… in on_update_syslog_watcher_addr()
118 struct in_addr listen_addr; in update_net_cli()
/AliOS-Things-master/components/sntp/src/
A Dsntp.c109 struct in_addr addr;
114 static const struct in_addr* sntp_get_server_addr(uint8_t idx) in sntp_get_server_addr()
122 static int sntp_set_server_addr(uint8_t idx, struct in_addr *server_addr) in sntp_set_server_addr()
150 sntp_set_server_addr(idx, (struct in_addr *)host->h_addr); in sntp_set_server()
248 server_addr.sin_addr.s_addr = (*(struct in_addr *)host->h_addr).s_addr; in sntp_query_server()
/AliOS-Things-master/components/lwip/lwip2.0.0/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))),
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dipaddr.h32 struct in_addr { struct
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h78 struct in_addr sin_addr;
308 struct in_addr imr_multiaddr; /* IP multicast address of group */
309 struct in_addr imr_interface; /* local IP address of interface */
A Dinet.h58 struct in_addr { struct
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h74 struct in_addr sin_addr;
295 struct in_addr imr_multiaddr; /* IP multicast address of group */
296 struct in_addr imr_interface; /* local IP address of interface */
A Dinet.h58 struct in_addr { struct
/AliOS-Things-master/components/uvoice/stream/
A Duvoice_http.c181 struct in_addr in_addr; in http_get_dns() local
216 in_addr.s_addr = *((in_addr_t *)*pp); in http_get_dns()
219 *addr = in_addr.s_addr; in http_get_dns()
/AliOS-Things-master/components/netmgr/netdev/src/
A Dnetdev_lwip.c182 struct in_addr ina; in lwip_netdev_ping()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c2492 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB(sock, *optlen, struct in_addr); in lwip_getsockopt_impl()
2496 … inet_addr_from_ipaddr((struct in_addr*)optval, udp_get_multicast_netif_addr(sock->conn->pcb.udp)); in lwip_getsockopt_impl()
2909 LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, struct in_addr, NETCONN_UDP); in lwip_setsockopt_impl()
2910 inet_addr_to_ipaddr(&if_addr, (const struct in_addr*)optval); in lwip_setsockopt_impl()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c849 binaddr_len = sizeof(struct in_addr); in mod_socket_inet_pton()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c888 binaddr_len = sizeof(struct in_addr); in mod_socket_inet_pton()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c824 binaddr_len = sizeof(struct in_addr); in mod_socket_inet_pton()

Completed in 27 milliseconds