ip_current_src_addr is only used within LwIP.
 
Symbols
loading...
Files
loading...

ip_current_src_addr macro

Syntax

#define ip_current_src_addr() (&ip_data.current_iphdr_src)

References

LocationText
ip.h:143
#define ip_current_src_addr() (&ip_data.current_iphdr_src)
ip.h:212
#define ip_current_src_addr() (&ip_data.current_iphdr_src)
tcp_in.c:264
ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()) &&
tcp_in.c:297
ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()) &&
tcp_in.c:580
ip_current_src_addr(), tcphdr->dest, tcphdr->src);
tcp_in.c:650
ip_current_src_addr(), tcphdr->dest, tcphdr->src);
tcp_in.c:677
ip_addr_copy(npcb->remote_ip, *ip_current_src_addr());
tcp_in.c:759
ip_current_src_addr(), tcphdr->dest, tcphdr->src);
tcp_in.c:912
ip_current_src_addr(), tcphdr->dest, tcphdr->src);
tcp_in.c:972
ip_current_src_addr(), tcphdr->dest, tcphdr->src);
udp.c:243
ip_addr_debug_print_val(UDP_DEBUG, *ip_current_src_addr());
udp.c:291
ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()))) {
udp.c:404
pcb->recv(pcb->recv_arg, pcb, p, ip_current_src_addr(), src);