Searched defs:uIp (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_function.cpp | 36 bool DhcpFunction::Ip4StrConToInt(const std::string& strIp, uint32_t& uIp, bool bHost) in Ip4StrConToInt() 64 std::string DhcpFunction::Ip4IntConvertToStr(uint32_t uIp, bool bHost) in Ip4IntConvertToStr() 160 uint32_t uIp = 0; in CheckIpStr() local 284 uint32_t uIp, uMask, uBegin, uEnd; in CheckRangeNetwork() local
|
/ohos5.0/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_common_utils.cpp | 54 char *UintIp4ToStr(uint32_t uIp, bool bHost) in UintIp4ToStr() 169 std::string Ip4IntConvertToStr(uint32_t uIp, bool bHost) in Ip4IntConvertToStr()
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpfunction_fuzzer/ |
H A D | dhcpfunction_fuzzer.cpp | 34 uint32_t uIp = static_cast<uint32_t>(data[index++]); in Ip4StrConToIntTest() local 43 uint32_t uIp = static_cast<uint32_t>(data[index++]); in Ip4IntConvertToStrTest() local
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_function.cpp | 38 bool Ip4StrConToInt(const char *strIp, uint32_t *uIp, bool bHost) in Ip4StrConToInt()
|