Searched refs:ip_current_dest_addr (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/
H A Draw.c85 if (IP_ADDR_PCB_VERSION_MATCH_EXACT(pcb, ip_current_dest_addr())) {
102 ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) {
133 u8_t broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif());
H A Dudp.c146 if (IP_ADDR_PCB_VERSION_MATCH_EXACT(pcb, ip_current_dest_addr())) {
164 if (ip_addr_isany(&pcb->local_ip) || ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) {
215 broadcast = ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif());
227 ip_addr_debug_print(UDP_DEBUG, ip_current_dest_addr());
323 ip_current_src_addr(), ip_current_dest_addr()) != 0) {
332 ip_current_dest_addr()) != 0) {
352 (broadcast || ip_addr_ismulticast(ip_current_dest_addr()))) {
405 if (!broadcast && !ip_addr_ismulticast(ip_current_dest_addr())) {
H A Dtcp_in.c135 if (ip_addr_isbroadcast(ip_current_dest_addr(), ip_current_netif()) ||
136 ip_addr_ismulticast(ip_current_dest_addr())) {
145 ip_current_src_addr(), ip_current_dest_addr());
230 ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) {
256 ip_addr_cmp(&pcb->local_ip, ip_current_dest_addr())) {
280 } else if (IP_ADDR_PCB_VERSION_MATCH_EXACT(lpcb, ip_current_dest_addr())) {
281 if (ip_addr_cmp(&lpcb->local_ip, ip_current_dest_addr())) {
520 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(),
562 tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(),
589 ip_addr_copy(npcb->local_ip, *ip_current_dest_addr());
[all...]
/barrelfish-master/include/lwip2/lwip/
H A Dip.h143 #define ip_current_dest_addr() (&ip_data.current_iphdr_dest) macro
212 #define ip_current_dest_addr() (&ip_data.current_iphdr_dest) macro
/barrelfish-master/lib/lwip2/src/api/
H A Dapi_msg.c209 ip_addr_set(&buf->toaddr, ip_current_dest_addr());

Completed in 51 milliseconds