Home
last modified time | relevance | path

Searched refs:u_addr (Results 1 - 6 of 6) sorted by relevance

/third_party/libcoap/examples/lwip/
H A Dserver.c109 printf("IP6 [%s]\n", ip6addr_ntoa(&netif.ip6_addr[0].u_addr.ip6)); in main()
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/
H A Dwifi-esp32.c328 memcpy(sa46->sa4.sin_addr, &eip->u_addr.ip4.addr, );
363 e32ip.ip.u_addr.ipv4 = 0x08080808; in _event_handler_ip()
/third_party/ltp/tools/sparse/sparse-src/
H A Ddissect.c77 static inline usage_t u_addr(usage_t mode) in u_addr() function
113 mode = u_addr(mode); in fix_mode()
429 do_expression(u_addr(mode), unop); in do_expression()
/third_party/lwip/src/include/lwip/
H A Dip_addr.h73 } u_addr; member
116 #define ip_2_ip6(ipaddr) (&((ipaddr)->u_addr.ip6))
120 #define ip_2_ip4(ipaddr) (&((ipaddr)->u_addr.ip4))
/third_party/lwip/src/core/
H A Ddns.c838 (void)strcpy_s(udp_data_hdr.dest_addr, sizeof(udp_data_hdr.dest_addr), ip4addr_ntoa(&dst->u_addr.ip4)); in dns_send()
929 local_addr.u_addr.ip4.addr = ipaddr_addr(LOCAL_SERVER_IP); in dns_send()
1317 if (addr->type != IPADDR_TYPE_V4 || addr->u_addr.ip4.addr != ipaddr_addr(LOCAL_SERVER_IP) || in dns_recv()
/third_party/libcoap/src/
H A Dcoap_debug.c460 memcpy(buf, ip6addr_ntoa(&addr->addr.u_addr.ip6), 40); in coap_print_ip_addr()

Completed in 10 milliseconds