Home
last modified time | relevance | path

Searched refs:ip_current_src_addr (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/core/
Dudp.c243 ip_addr_debug_print_val(UDP_DEBUG, *ip_current_src_addr()); in udp_input()
291 ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()))) { in udp_input()
350 ip_current_src_addr(), ip_current_dest_addr()) != 0) { in udp_input()
358 ip_current_src_addr(), in udp_input()
397 mpcb->recv(mpcb->recv_arg, mpcb, q, ip_current_src_addr(), src); in udp_input()
408 pcb->recv(pcb->recv_arg, pcb, p, ip_current_src_addr(), src); in udp_input()
Dtcp_in.c163 ip_current_src_addr(), ip_current_dest_addr());
264 ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()) &&
297 ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()) &&
580 ip_current_src_addr(), tcphdr->dest, tcphdr->src);
650 ip_current_src_addr(), tcphdr->dest, tcphdr->src);
677 ip_addr_copy(npcb->remote_ip, *ip_current_src_addr());
759 ip_current_src_addr(), tcphdr->dest, tcphdr->src);
913 ip_current_src_addr(), tcphdr->dest, tcphdr->src);
973 ip_current_src_addr(), tcphdr->dest, tcphdr->src);
Draw.c169 ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()))) { in raw_input()
178 eaten = pcb->recv(pcb->recv_arg, pcb, p, ip_current_src_addr()); in raw_input()
/third_party/lwip/src/include/lwip/
Dip.h143 #define ip_current_src_addr() (&ip_data.current_iphdr_src) macro
212 #define ip_current_src_addr() (&ip_data.current_iphdr_src) macro
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c259 ip_addr_copy_from_ip4(*ip_current_src_addr(), iphdr->src); in test_tcp_input()
269 ip_addr_set_zero(ip_current_src_addr()); in test_tcp_input()
/third_party/libcoap/src/
Dcoap_io_lwip.c25 memcpy(&target->addr, ip_current_src_addr(), sizeof(ip_addr_t));
/third_party/lwip/src/api/
Dapi_msg.c189 ip_addr_copy(buf->addr, *ip_current_src_addr()); in recv_raw()