Home
last modified time | relevance | path

Searched refs:OpCount (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Option.c467 DHCP_OPTION_COUNT *OpCount; in DhcpGetOptionLen() local
469 OpCount = (DHCP_OPTION_COUNT *) Context; in DhcpGetOptionLen()
470 OpCount[Tag].Offset = (UINT16) (OpCount[Tag].Offset + Len); in DhcpGetOptionLen()
505 OptCount = OptContext->OpCount; in DhcpFillOption()
621 Context.OpCount = OptCount; in DhcpParseOption()
DDhcp4Option.h168 DHCP_OPTION_COUNT *OpCount; member