Searched refs:ip_output_hinted (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/lwip/src/include/ipv4/lwip/ |
D | ip.h | 180 err_t ip_output_hinted(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest,
|
/external/syslinux/core/lwip/src/core/ |
D | tcp_out.c | 873 ip_output_hinted(p, &(pcb->local_ip), &(pcb->remote_ip), pcb->ttl, pcb->tos, in tcp_send_empty_ack() 1158 ip_output_hinted(seg->p, &(pcb->local_ip), &(pcb->remote_ip), pcb->ttl, pcb->tos, in tcp_output_segment() 1377 ip_output_hinted(p, &pcb->local_ip, &pcb->remote_ip, pcb->ttl, 0, IP_PROTO_TCP, in tcp_keepalive() 1456 ip_output_hinted(p, &pcb->local_ip, &pcb->remote_ip, pcb->ttl, 0, IP_PROTO_TCP, in tcp_zero_window_probe()
|
/external/syslinux/core/lwip/src/core/ipv4/ |
D | ip.c | 787 ip_output_hinted(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, function
|