Searched defs:netshort (Results 1 – 5 of 5) sorted by relevance
32 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
34 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
499 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs()
81 STIN uint16_t ntohs(uint16_t netshort) { in ntohs()