Searched refs:ip_current_src_addr (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/core/ |
D | udp.c | 257 ip_addr_debug_print_val(UDP_DEBUG, *ip_current_src_addr()); 309 ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()))) { 368 ip_current_src_addr(), ip_current_dest_addr()) != 0) { 376 ip_current_src_addr(), 419 mpcb->recv(mpcb->recv_arg, mpcb, q, ip_current_src_addr(), src); 430 pcb->recv(pcb->recv_arg, pcb, p, ip_current_src_addr(), src);
|
D | tcp_in.c | 166 ip_current_src_addr(), ip_current_dest_addr()); 272 ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()) && 310 ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()) && 597 ip_current_src_addr(), tcphdr->dest, tcphdr->src); 670 ip_current_src_addr(), tcphdr->dest, tcphdr->src); 700 ip_addr_copy(npcb->remote_ip, *ip_current_src_addr()); 786 ip_current_src_addr(), tcphdr->dest, tcphdr->src); 947 ip_current_src_addr(), tcphdr->dest, tcphdr->src); 1007 ip_current_src_addr(), tcphdr->dest, tcphdr->src);
|
D | raw.c | 177 ip_addr_cmp(&pcb->remote_ip, ip_current_src_addr()))) { in raw_input() 186 eaten = pcb->recv(pcb->recv_arg, pcb, p, ip_current_src_addr()); in raw_input()
|
/third_party/lwip/src/include/lwip/ |
D | ip.h | 170 #define ip_current_src_addr() (&ip_data.current_iphdr_src) macro 239 #define ip_current_src_addr() (&ip_data.current_iphdr_src) macro
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 259 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/ |
D | coap_io_lwip.c | 25 memcpy(&target->addr, ip_current_src_addr(), sizeof(ip_addr_t));
|
/third_party/lwip/src/api/ |
D | api_msg.c | 189 ip_addr_copy(buf->addr, *ip_current_src_addr()); in recv_raw()
|