Searched refs:raw_send (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Draw.h67 err_t raw_send (struct raw_pcb *pcb, struct pbuf *p);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Draw.h111 err_t raw_send (struct raw_pcb *pcb, struct pbuf *p);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Draw.c189 * It requires some more changes in lwIP. (there will be a raw_send() function
265 raw_send(struct raw_pcb *pcb, struct pbuf *p) function
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h220 #define raw_send lwip_raw_send macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Draw.c221 * It requires some more changes in lwIP. (there will be a raw_send() function
336 raw_send(struct raw_pcb *pcb, struct pbuf *p) function
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h126 #define raw_send lwip_raw_send macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c660 raw_send(msg->conn->pcb.raw, msg->msg.p);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_msg.c1154 msg->err = raw_send(msg->conn->pcb.raw, msg->msg.b->p);

Completed in 41 milliseconds