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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c611 @param[in] OptType The option type.
621 IN UINT16 OptType,
640 WriteUnaligned16 ((UINT16 *) Buf, OptType);
855 @param[in] OptType The option type.
865 IN UINT16 OptType
881 if (OpCode == HTONS (OptType)) {
619 Dhcp6AppendOption( IN OUT UINT8 *Buf, IN UINT16 OptType, IN UINT16 OptLen, IN UINT8 *Data ) argument

Completed in 51 milliseconds