Searched defs:NetIfList (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-server/os2/
H A DNetIf-os2.cpp3 * Main - NetIfList, OS/2 implementation.
31 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list) function
/vbox/src/VBox/Main/src-server/darwin/
H A DNetIf-darwin.cpp3 * Main - NetIfList, Darwin implementation.
57 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list)
62 Log(("NetIfList: socket() -> %d\n", errno));
70 Log(("NetIfList: getifaddrs() -> %d\n", rc));
91 Log(("NetIfList: ioctl(SIOCGIFFLAGS) -> %d\n", errno));
202 Log(("NetIfList: Unsupported address family: %u\n", addresses[RTAX_IFA]->sa_family));
276 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list) function
298 Log(("NetIfList: Failed to get estimate for list size (errno=%d).\n", errno));
306 Log(("NetIfList: Failed to retrieve interface table (errno=%d).\n", errno));
314 Log(("NetIfList
[all...]
/vbox/src/VBox/Main/src-server/freebsd/
H A DNetIf-freebsd.cpp3 * Main - NetIfList, FreeBSD implementation.
171 Log(("NetIfList: Unsupported address family: %u\n", addresses[RTAX_IFA]->sa_family));
177 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list) function
203 Log(("NetIfList: Failed to get estimate for list size (errno=%d).\n", errno));
211 Log(("NetIfList: Failed to retrieve interface table (errno=%d).\n", errno));
219 Log(("NetIfList: socket() -> %d\n", errno));
230 Log(("NetIfList: Got message %u while expecting %u.\n",
278 Log(("NetIfList: ioctl(SIOCGIFFLAGS) -> %d\n", errno));
328 Log(("NetIfList: Failed to get estimate for list size (errno=%d).\n", errno));
336 Log(("NetIfList
[all...]
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp3 * Main - NetIfList, Linux implementation.
213 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list) function
219 Log(("NetIfList: Failed to find default interface.\n"));
/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp3 * Main - NetIfList, Solaris implementation.
422 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list) function
525 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list) function
/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp3 * Main - NetIfList, Windows implementation.
1455 int NetIfList(std::list<ComObjPtr<HostNetworkInterface> > &list) function

Completed in 47 milliseconds