Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Draw.h112 err_t raw_sendto (struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *ipaddr);
/btstack/3rd-party/lwip/core/src/core/
H A 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()
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c1548 err = raw_sendto(msg->conn->pcb.raw, msg->msg.b->p, &msg->msg.b->addr);