Searched refs:ip_current_dest_addr (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/core/ |
D | udp.c | 166 if (IP_ADDR_PCB_VERSION_MATCH_EXACT(pcb, ip_current_dest_addr())) { in udp_input_local_match() 184 if (ip_addr_isany(&pcb->local_ip) || ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) { in udp_input_local_match() 243 broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()); 255 ip_addr_debug_print_val(UDP_DEBUG, *ip_current_dest_addr()); 368 ip_current_src_addr(), ip_current_dest_addr()) != 0) { 377 ip_current_dest_addr()) != 0) { 397 (broadcast || ip_addr_ismulticast(ip_current_dest_addr()))) { 442 if (!broadcast && !ip_addr_ismulticast(ip_current_dest_addr())) {
|
D | tcp_in.c | 156 if (ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()) || 157 ip_addr_ismulticast(ip_current_dest_addr())) { 166 ip_current_src_addr(), ip_current_dest_addr()); 273 ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) { 311 ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) { 352 } else if (IP_ADDR_PCB_VERSION_MATCH_EXACT(lpcb, ip_current_dest_addr())) { 353 if (ip_addr_cmp(&lpcb->local_ip, ip_current_dest_addr())) { 596 tcp_rst(NULL, ackno, seqno + tcplen, ip_current_dest_addr(), 669 tcp_rst((const struct tcp_pcb *)pcb, ackno, seqno + tcplen, ip_current_dest_addr(), 699 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() 143 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 | 172 #define ip_current_dest_addr() (&ip_data.current_iphdr_dest) macro 241 #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());
|