Searched refs:raw_send (Results 1 – 4 of 4) sorted by relevance
114 err_t raw_send (struct raw_pcb *pcb, struct pbuf *p);
546 raw_send(struct raw_pcb *pcb, struct pbuf *p) in raw_send() function
1546 err = raw_send(msg->conn->pcb.raw, msg->msg.b->p);
3358 * ip.c: fixed bug #21643 (udp_send/raw_send don't fail if netif is down) by