Searched refs:ip_current_dest_addr (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/core/ |
D | udp.c | 155 if (IP_ADDR_PCB_VERSION_MATCH_EXACT(pcb, ip_current_dest_addr())) { in udp_input_local_match() 173 if (ip_addr_isany(&pcb->local_ip) || ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) { in udp_input_local_match() 229 broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); in udp_input() 241 ip_addr_debug_print_val(UDP_DEBUG, *ip_current_dest_addr()); in udp_input() 350 ip_current_src_addr(), ip_current_dest_addr()) != 0) { in udp_input() 359 ip_current_dest_addr()) != 0) { in udp_input() 379 (broadcast || ip_addr_ismulticast(ip_current_dest_addr()))) { in udp_input() 420 if (!broadcast && !ip_addr_ismulticast(ip_current_dest_addr())) { in udp_input()
|
D | tcp_in.c | 153 if (ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()) || 154 ip_addr_ismulticast(ip_current_dest_addr())) { 163 ip_current_src_addr(), ip_current_dest_addr()); 265 ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) { 298 ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) { 335 } else if (IP_ADDR_PCB_VERSION_MATCH_EXACT(lpcb, ip_current_dest_addr())) { 336 if (ip_addr_cmp(&lpcb->local_ip, ip_current_dest_addr())) { 579 tcp_rst(NULL, ackno, seqno + tcplen, ip_current_dest_addr(), 649 tcp_rst((const struct tcp_pcb *)pcb, ackno, seqno + tcplen, ip_current_dest_addr(), 676 ip_addr_copy(npcb->local_ip, *ip_current_dest_addr()); [all …]
|
D | raw.c | 92 if (IP_ADDR_PCB_VERSION_MATCH_EXACT(pcb, ip_current_dest_addr())) { in raw_input_local_match() 109 ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) { in raw_input_local_match() 140 u8_t broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); in raw_input()
|
/third_party/lwip/src/include/lwip/ |
D | ip.h | 145 #define ip_current_dest_addr() (&ip_data.current_iphdr_dest) macro 214 #define ip_current_dest_addr() (&ip_data.current_iphdr_dest) macro
|
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 258 ip_addr_copy_from_ip4(*ip_current_dest_addr(), iphdr->dest); in test_tcp_input() 268 ip_addr_set_zero(ip_current_dest_addr()); in test_tcp_input()
|
/third_party/libcoap/src/ |
D | coap_io_lwip.c | 80 packet->addr_info.local.addr = *ip_current_dest_addr(); in coap_recv()
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 1892 if (IP_IS_V6(ip_current_dest_addr())) { in mdns_recv() 1894 if (!ip_addr_cmp_zoneless(ip_current_dest_addr(), &v6group)) { in mdns_recv() 1900 if (!IP_IS_V6(ip_current_dest_addr())) { in mdns_recv() 1901 if (!ip_addr_cmp(ip_current_dest_addr(), &v4group)) { in mdns_recv()
|
/third_party/lwip/src/api/ |
D | api_msg.c | 265 ip_addr_set(&buf->toaddr, ip_current_dest_addr());
|