Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Digmp.c175 ip_addr_debug_print(IGMP_DEBUG, &group->group_address); in igmp_dump_group_list()
206 ip_addr_debug_print(IGMP_DEBUG, &allsystems); in igmp_start()
342 ip_addr_debug_print(IGMP_DEBUG, addr); in igmp_lookup_group()
408 ip_addr_debug_print(IGMP_DEBUG, &(iphdr->src)); in igmp_input()
410 ip_addr_debug_print(IGMP_DEBUG, &(iphdr->dest)); in igmp_input()
540 ip_addr_debug_print(IGMP_DEBUG, groupaddr); in igmp_joingroup()
546 ip_addr_debug_print(IGMP_DEBUG, groupaddr); in igmp_joingroup()
606 ip_addr_debug_print(IGMP_DEBUG, groupaddr); in igmp_leavegroup()
621 ip_addr_debug_print(IGMP_DEBUG, groupaddr); in igmp_leavegroup()
627 ip_addr_debug_print(IGMP_DEBUG, groupaddr); in igmp_leavegroup()
[all …]
A Dicmp.c311 ip_addr_debug_print(ICMP_DEBUG, &(iphdr->src)); in icmp_send_response()
313 ip_addr_debug_print(ICMP_DEBUG, &(iphdr->dest)); in icmp_send_response()
/components/net/lwip/lwip-1.4.1/src/core/ipv6/
A Dip6.c106 ip_addr_debug_print(IP_DEBUG, ((struct ip_addr *)&(iphdr->dest))); in ip_forward()
134 ip_addr_debug_print(IP_DEBUG, ((struct ip_addr *)&(iphdr->dest))); in ip_forward()
190 ip_addr_debug_print(IP_DEBUG, ((struct ip_addr *)&(iphdr->dest))); in ip_input()
192 ip_addr_debug_print(IP_DEBUG, ((struct ip_addr *)&(iphdr->dest))); in ip_input()
/components/net/lwip/lwip-2.0.3/src/core/
A Dudp.c227 ip_addr_debug_print(UDP_DEBUG, ip_current_dest_addr()); in udp_input()
229 ip_addr_debug_print(UDP_DEBUG, ip_current_src_addr()); in udp_input()
242 ip_addr_debug_print(UDP_DEBUG, &pcb->local_ip); in udp_input()
244 ip_addr_debug_print(UDP_DEBUG, &pcb->remote_ip); in udp_input()
559 ip_addr_debug_print(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, dst_ip); in udp_sendto_chksum()
900 ip_addr_debug_print(UDP_DEBUG | LWIP_DBG_TRACE, ipaddr); in udp_bind()
957 ip_addr_debug_print(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, &pcb->local_ip); in udp_bind()
1001 ip_addr_debug_print(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, in udp_connect()
A Draw.c332 ip_addr_debug_print(RAW_DEBUG | LWIP_DBG_LEVEL_WARNING, ipaddr); in raw_sendto()
A Ddns.c641 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr)); in dns_lookup()
1122 ip_addr_debug_print(DNS_DEBUG, (&(entry->ipaddr))); in dns_correct_response()
A Dtcp_out.c1539 ip_addr_debug_print(TCP_DEBUG, &pcb->remote_ip); in tcp_keepalive()
1598 ip_addr_debug_print(TCP_DEBUG, &pcb->remote_ip); in tcp_zero_window_probe()
A Dtcp.c1105 ip_addr_debug_print(TCP_DEBUG, &pcb->remote_ip); in tcp_slowtmr()
/components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/
A Dip_addr.h82 #define ip_addr_debug_print(debug, ipaddr) \ macro
/components/net/lwip/lwip-1.4.1/src/core/
A Dnetif.c209 ip_addr_debug_print(NETIF_DEBUG, ipaddr); in netif_add()
211 ip_addr_debug_print(NETIF_DEBUG, netmask); in netif_add()
213 ip_addr_debug_print(NETIF_DEBUG, gw); in netif_add()
A Ddns.c486 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr)); in dns_lookup()
827 ip_addr_debug_print(DNS_DEBUG, (&(pEntry->ipaddr))); in dns_recv()
A Dudp.c772 ip_addr_debug_print(UDP_DEBUG, ipaddr);
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dip_addr.h207 #define ip_addr_debug_print(debug, ipaddr) do { if(IP_IS_V6(ipaddr)) { \ macro
278 #define ip_addr_debug_print(debug, ipaddr) ip4_addr_debug_print(debug, ipaddr) macro
323 #define ip_addr_debug_print(debug, ipaddr) ip6_addr_debug_print(debug, ipaddr) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A 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
/components/net/lwip/lwip-1.4.1/src/api/
A Dsockets.c410 ip_addr_debug_print(SOCKETS_DEBUG, &naddr); in lwip_accept()
441 ip_addr_debug_print(SOCKETS_DEBUG, &local_addr); in lwip_bind()
512 ip_addr_debug_print(SOCKETS_DEBUG, &remote_addr); in lwip_connect()
705 ip_addr_debug_print(SOCKETS_DEBUG, addr); in lwip_recvfrom()
718 ip_addr_debug_print(SOCKETS_DEBUG, addr); in lwip_recvfrom()
925 ip_addr_debug_print(SOCKETS_DEBUG, &buf.addr);
1440 ip_addr_debug_print(SOCKETS_DEBUG, &naddr);
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip_addr.h212 #define ip_addr_debug_print(debug, ipaddr) \ macro
/components/net/lwip/lwip-2.0.3/src/apps/tftp/
A Dtftp_server.c266 ip_addr_debug_print(TFTP_DEBUG | LWIP_DBG_STATE, addr); in recv()
/components/net/lwip/lwip-2.1.2/src/apps/tftp/
A Dtftp_server.c265 ip_addr_debug_print(TFTP_DEBUG | LWIP_DBG_STATE, addr); in recv()
/components/net/lwip/lwip-2.1.2/src/core/
A Draw.c386 ip_addr_debug_print(RAW_DEBUG | LWIP_DBG_LEVEL_WARNING, ipaddr); in raw_sendto()
A Dudp.c591 ip_addr_debug_print(UDP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, dst_ip); in udp_sendto_chksum()
954 ip_addr_debug_print(UDP_DEBUG | LWIP_DBG_TRACE, ipaddr); in udp_bind()
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c900 ip_addr_debug_print(SOCKETS_DEBUG, fromaddr); in lwip_recvfrom()
1196 ip_addr_debug_print(SOCKETS_DEBUG, &buf.addr); in lwip_sendto()

Completed in 46 milliseconds