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

/barrelfish-master/include/lwip2/lwip/
H A Dip.h247 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ macro
278 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ macro
296 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ macro
/barrelfish-master/include/lwip/lwip/
H A Dip.h161 err_t ip_output_hinted(struct pbuf *p, struct ip_addr *src,
/barrelfish-master/lib/lwip/src/core/
H A Dtcp_out.c571 ip_output_hinted(p, &(pcb->local_ip), &(pcb->remote_ip), pcb->ttl,
784 ip_output_hinted(seg->p, &(pcb->local_ip), &(pcb->remote_ip), pcb->ttl,
972 ip_output_hinted(p, &pcb->local_ip, &pcb->remote_ip, pcb->ttl, 0,
1041 ip_output_hinted(p, &pcb->local_ip, &pcb->remote_ip, pcb->ttl, 0,
/barrelfish-master/lib/lwip/src/core/ipv6/
H A Dip6.c337 ip_output_hinted(struct pbuf * p, struct ip_addr * src, struct ip_addr * dest, function
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dip.c728 ip_output_hinted(struct pbuf * p, struct ip_addr * src, struct ip_addr * dest,

Completed in 89 milliseconds