Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds