Searched refs:ip_output_hinted (Results 1 – 4 of 4) sorted by relevance
/lk-master/external/lib/lwip/include/ipv4/lwip/ |
A D | ip.h | 183 err_t ip_output_hinted(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest,
|
/lk-master/external/lib/lwip/core/ |
A D | tcp_out.c | 879 ip_output_hinted(p, &(pcb->local_ip), &(pcb->remote_ip), pcb->ttl, pcb->tos, in tcp_send_empty_ack() 1166 ip_output_hinted(seg->p, &(pcb->local_ip), &(pcb->remote_ip), pcb->ttl, pcb->tos, in tcp_output_segment() 1392 ip_output_hinted(p, &pcb->local_ip, &pcb->remote_ip, pcb->ttl, 0, IP_PROTO_TCP, in tcp_keepalive() 1473 ip_output_hinted(p, &pcb->local_ip, &pcb->remote_ip, pcb->ttl, 0, IP_PROTO_TCP, in tcp_zero_window_probe()
|
/lk-master/external/lib/lwip/core/ipv6/ |
A D | ip6.c | 332 ip_output_hinted(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, in ip_output_hinted() function
|
/lk-master/external/lib/lwip/core/ipv4/ |
A D | ip.c | 857 ip_output_hinted(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, function
|
Completed in 10 milliseconds