Searched defs:grpc_ntohs (Results 1 – 4 of 4) sorted by relevance
33 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function
49 uint16_t grpc_ntohs(uint16_t netshort) { return ntohs(netshort); } in grpc_ntohs() function