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

/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp461 struct lifconf IfConfig; local
462 RT_ZERO(IfConfig);
463 IfConfig.lifc_family = AF_INET;
464 IfConfig.lifc_len = cbIfaces;
465 IfConfig.lifc_buf = (caddr_t)Ifaces;
466 rc = ioctl(Sock, SIOCGLIFCONF, &IfConfig);

Completed in 53 milliseconds