Home
last modified time | relevance | path

Searched refs:ip_output_hinted (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip.h180 err_t ip_output_hinted(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest,
/external/syslinux/core/lwip/src/core/
Dtcp_out.c873 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/
Dip.c787 ip_output_hinted(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, function