Searched refs:hostshort (Results 1 – 3 of 3) sorted by relevance
467 uint16_t SoftBusHtoNs(uint16_t hostshort) in SoftBusHtoNs() argument469 return htons(hostshort); in SoftBusHtoNs()
176 uint16_t SoftBusHtoNs(uint16_t hostshort);
2050 uint16_t hostshort = 0x1234; variable2051 uint16_t ret = SoftBusHtoNs(hostshort);2063 uint16_t hostshort = 0x0; variable2064 uint16_t ret = SoftBusHtoNs(hostshort);