Searched refs:udp_sendto_chksum (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/ |
D | 0062-drop-netbuf-in-recv_udp-to-fix-mem-overflow.patch | 126 @@ -599,6 +599,7 @@ udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, 134 @@ -611,14 +612,21 @@ udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_i…
|
D | 0073-lstack_lwip-external-api-start-with-do_lwip_-prefix.patch | 144 @@ -677,8 +677,8 @@ udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip,
|
D | 0060-lwip-add-udp-multicast.patch | 159 @@ -608,11 +614,26 @@ udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_i…
|
/third_party/lwip/src/include/lwip/ |
D | udp.h | 149 err_t udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p,
|
/third_party/lwip/src/core/ |
D | udp.c | 522 return udp_sendto_chksum(pcb, p, &pcb->remote_ip, pcb->remote_port, 550 return udp_sendto_chksum(pcb, p, dst_ip, dst_port, 0, 0); 556 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, function
|
/third_party/lwip/src/api/ |
D | api_msg.c | 1615 err = udp_sendto_chksum(msg->conn->pcb.udp, msg->msg.b->p,
|