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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DNetworkInterfaceIdentifier.h73 UINT8 IfNum; ///< The network interface number that is being identified by this Network member in struct:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DNetworkInterfaceIdentifier.h75 UINT8 IfNum; ///< The network interface number that is being identified by this Network member in struct:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.h79 PXE_IFNUM IfNum; member in struct:__anon11239
/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp450 struct lifnum IfNum; local
451 RT_ZERO(IfNum);
452 IfNum.lifn_family = AF_INET;
453 int rc = ioctl(Sock, SIOCGLIFNUM, &IfNum);
456 int cIfaces = RT_MIN(1024, IfNum.lifn_count); /* sane limit */

Completed in 50 milliseconds