Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c477 uint16_t SoftBusNtoHs(uint16_t netshort) in SoftBusNtoHs() argument
479 return ntohs(netshort); in SoftBusNtoHs()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h178 uint16_t SoftBusNtoHs(uint16_t netshort);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp2102 uint16_t netshort = 0x1234; variable
2103 uint16_t ret = SoftBusNtoHs(netshort);
2115 uint16_t netshort = 0x12; variable
2116 uint16_t ret = SoftBusNtoHs(netshort);