Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c467 uint32_t SoftBusHtoNl(uint32_t hostlong) in SoftBusHtoNl() argument
469 return htonl(hostlong); in SoftBusHtoNl()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h175 uint32_t SoftBusHtoNl(uint32_t hostlong);
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp2024 uint32_t hostlong = 0x12345678;
2025 uint32_t ret = SoftBusHtoNl(hostlong);
2037 uint32_t hostlong = 0x0;
2038 uint32_t ret = SoftBusHtoNl(hostlong);

Completed in 5 milliseconds