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

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Draw.h107 err_t raw_connect (struct raw_pcb *pcb, ip_addr_t *ipaddr);
116 #define raw_connect_ip6(pcb, ip6addr) raw_connect(pcb, ip6_2_ip(ip6addr))
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Draw.h59 err_t raw_connect (struct raw_pcb *pcb, struct ip_addr *ipaddr);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Draw.c154 raw_connect(struct raw_pcb *pcb, struct ip_addr *ipaddr) function
257 * Send the raw IP packet to the address given by raw_connect()
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h214 #define raw_connect lwip_raw_connect macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Draw.c189 raw_connect(struct raw_pcb *pcb, ip_addr_t *ipaddr) function
329 * Send the raw IP packet to the address given by raw_connect()
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h118 #define raw_connect lwip_raw_connect macro
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c531 raw_connect(msg->conn->pcb.raw, msg->msg.bc.ipaddr);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_msg.c1000 msg->err = raw_connect(msg->conn->pcb.raw, msg->msg.bc.ipaddr);

Completed in 232 milliseconds