Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dudp.h145 err_t udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p,
/third_party/lwip/src/core/
Dudp.c500 return udp_sendto_chksum(pcb, p, &pcb->remote_ip, pcb->remote_port, in udp_send_chksum()
528 return udp_sendto_chksum(pcb, p, dst_ip, dst_port, 0, 0); in udp_sendto()
534 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_chksum() function
/third_party/lwip/src/api/
Dapi_msg.c1559 err = udp_sendto_chksum(msg->conn->pcb.udp, msg->msg.b->p,