Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dip_addr.h233 #define ip_addr_debug_print(debug, ipaddr) do { if(IP_IS_V6(ipaddr)) { \ macro
306 #define ip_addr_debug_print(debug, ipaddr) ip4_addr_debug_print(debug, ipaddr) macro
354 #define ip_addr_debug_print(debug, ipaddr) ip6_addr_debug_print(debug, ipaddr) macro
/third_party/lwip/src/apps/tftp/
Dtftp_server.c265 ip_addr_debug_print(TFTP_DEBUG | LWIP_DBG_STATE, addr); in recv()
/third_party/lwip/src/core/
Dudp.c595 ip_addr_debug_print(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, dst_ip); in udp_sendto_chksum()
958 ip_addr_debug_print(UDP_DEBUG | LWIP_DBG_TRACE, ipaddr); in udp_bind()
Draw.c386 ip_addr_debug_print(RAW_DEBUG | LWIP_DBG_LEVEL_WARNING, ipaddr); in raw_sendto()