Home
last modified time | relevance | path

Searched refs:nDataType (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp80 uint8_t nDataType = DHCP_OPTION_DATA_INVALID; in GetDhcpOptionCodeType() local
84 nDataType = DHCP_OPTION_DATA_U8; in GetDhcpOptionCodeType()
88 nDataType = DHCP_OPTION_DATA_U16; in GetDhcpOptionCodeType()
91 nDataType = DHCP_OPTION_DATA_U32; in GetDhcpOptionCodeType()
97 nDataType = DHCP_OPTION_DATA_IP; in GetDhcpOptionCodeType()
102 nDataType = DHCP_OPTION_DATA_IP_LIST; in GetDhcpOptionCodeType()
107 nDataType = DHCP_OPTION_DATA_IP_STRING; in GetDhcpOptionCodeType()
114 return nDataType; in GetDhcpOptionCodeType()
120 uint8_t nDataType = GetDhcpOptionCodeType(code); in GetDhcpOptionDataLen() local
121 if (nDataType in GetDhcpOptionDataLen()
[all...]

Completed in 1 milliseconds