Searched refs:ip4_current_dest_addr (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4.c234 u32_t addr = lwip_htonl(ip4_addr_get_u32(ip4_current_dest_addr()));
280 if (ip4_addr_islinklocal(ip4_current_dest_addr())) {
282 ip4_addr1_16(ip4_current_dest_addr()), ip4_addr2_16(ip4_current_dest_addr()),
283 ip4_addr3_16(ip4_current_dest_addr()), ip4_addr4_16(ip4_current_dest_addr())));
288 netif = ip4_route_src(ip4_current_dest_addr(), ip4_current_src_addr());
291 ip4_addr1_16(ip4_current_dest_addr()), ip4_addr2_16(ip4_current_dest_addr()),
292 ip4_addr3_16(ip4_current_dest_addr()), ip4_addr4_1
[all...]
H A Dicmp.c117 src = ip4_current_dest_addr();
119 if (ip4_addr_ismulticast(ip4_current_dest_addr())) {
129 if (ip4_addr_isbroadcast(ip4_current_dest_addr(), ip_current_netif())) {
/barrelfish-master/include/lwip2/lwip/
H A Dip.h171 #define ip4_current_dest_addr() (ip_2_ip4(&ip_data.current_iphdr_dest)) macro
188 #define ip4_current_dest_addr() (&ip_data.current_iphdr_dest) macro
/barrelfish-master/lib/lwip2/src/core/
H A Dudp.c156 ((ip4_current_dest_addr()->addr == IPADDR_BROADCAST)) ||
157 ip4_addr_netcmp(ip_2_ip4(&pcb->local_ip), ip4_current_dest_addr(), netif_ip4_netmask(inp))) {
297 for_us = ip4_addr_cmp(netif_ip4_addr(inp), ip4_current_dest_addr());

Completed in 47 milliseconds