Home
last modified time | relevance | path

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

/ohos5.0/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()
121 if (nDataType == DHCP_OPTION_DATA_INVALID) { in GetDhcpOptionDataLen()
127 switch (nDataType) { in GetDhcpOptionDataLen()
[all …]