Searched refs:ip_output_if (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | ip.h | 263 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ macro 315 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ macro 335 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ macro
|
/third_party/lwip/src/core/ |
D | raw.c | 549 err = ip_output_if(q, src_ip, dst_ip, ttl, pcb->tos, pcb->protocol, netif); in raw_sendto_if_src()
|
D | tcp_out.c | 1620 err = ip_output_if(seg->p, &pcb->local_ip, &pcb->remote_ip, pcb->ttl, in tcp_output_segment() 1964 err = ip_output_if(p, src, dst, ttl, tos, IP_PROTO_TCP, netif); in tcp_output_control_segment()
|