Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Draw.h112 err_t raw_sendto (struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *ipaddr);
/third_party/lwip/src/core/
Draw.c354 raw_sendto(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *ipaddr) in raw_sendto() function
548 return raw_sendto(pcb, p, &pcb->remote_ip); in raw_send()
/third_party/lwip/src/api/
Dapi_msg.c1548 err = raw_sendto(msg->conn->pcb.raw, msg->msg.b->p, &msg->msg.b->addr);