Searched defs:forwarded (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6.c291 * @return -1 if packet is to be dropped, 0 if there's no route, 1 if forwarded
405 * forwarded (using ip6_forward).
580 int forwarded = local
584 if (forwarded == 0) {
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c158 * that may not be forwarded, or whether datagrams to that destination
159 * may be forwarded.
199 * @return -1 if packet is to be dropped, 0 if there's no route, 1 if forwarded
205 int forwarded = -1; local
228 forwarded = 0; /* but try connection proxy if configured */
241 forwarded = 0;
290 forwarded = 1;
293 forwarded = -1;
298 forwarded = -1;
300 return forwarded;
539 int forwarded = local
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c154 * forwarded over the socket. We cannot "return" it to lwIP since
642 * Exported to fwtcp to create pxtcp for incoming port-forwarded
784 * Have we completely forwarded all inbound traffic to the guest?
1179 * traffic is fast-forwarded by pxtcp_pcb_recv(); if it fails
1323 * Port-forwarded connection to guest is successful, pump data.
1474 size_t forwarded; local
1479 forwarded = 0;
1509 forwarded += nsent;
1514 forwarded += nsent;
1516 /* find the first pbuf that was not completely forwarded */
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.h426 UINT8 forwarded; member in struct:s_RxFD

Completed in 54 milliseconds