Searched refs:netlong (Results 1 – 3 of 3) sorted by relevance
472 uint32_t SoftBusNtoHl(uint32_t netlong) in SoftBusNtoHl() argument474 return ntohl(netlong); in SoftBusNtoHl()
177 uint32_t SoftBusNtoHl(uint32_t netlong);
2076 int32_t netlong = 0x12345678; variable2077 int32_t ret = SoftBusNtoHl(netlong);2089 uint32_t netlong = 0x12; variable2090 uint32_t ret = SoftBusNtoHl(netlong);