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

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Draw.h56 struct raw_pcb * raw_new (u16_t proto);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Draw.h104 struct raw_pcb * raw_new (u8_t proto);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Draw.c347 * @see raw_new()
381 raw_new(u8_t proto) function
385 LWIP_DEBUGF(RAW_DEBUG | LWIP_DBG_TRACE, ("raw_new\n"));
416 pcb = raw_new(proto);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Draw.c276 * @see raw_new()
308 raw_new(u16_t proto) { function
311 LWIP_DEBUGF(RAW_DEBUG | DBG_TRACE | 3, ("raw_new\n"));
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h217 #define raw_new lwip_raw_new macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h123 #define raw_new lwip_raw_new macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c288 msg->conn->pcb.raw = raw_new(msg->msg.bc.port); /* misusing the port field */
397 msg->conn->pcb.raw = raw_new(msg->msg.bc.port); /* misusing the port field as protocol */
480 msg->conn->pcb.raw = raw_new(msg->msg.bc.port); /* misusing the port field as protocol */
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_msg.c499 msg->conn->pcb.raw = raw_new(msg->msg.n.proto);

Completed in 71 milliseconds