Home
last modified time | relevance | path

Searched defs:netshort (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp2102 uint16_t netshort = 0x1234; variable
2115 uint16_t netshort = 0x12; variable
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c477 uint16_t SoftBusNtoHs(uint16_t netshort) in SoftBusNtoHs()