Searched defs:oif (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Drtmon_linux.c51 * count the defaults, we need to keep track of their { oif, gw } to
171 int oif; local
226 oif = -1;
238 memcpy(&oif, RTA_DATA(rta), sizeof(oif));
242 /* XXX: TODO: note that { oif, gw } was added/removed */
245 LWIP_UNUSED_ARG(oif);
H A Dpxtcp.c909 struct netif *oif; local
912 oif = ip_current_netif();
939 ip_current_netif() = oif;

Completed in 46 milliseconds