|
GRPC Core
9.0.0
|
Go to the source code of this file.
Functions | |
| uint16_t | grpc_htons (uint16_t hostshort) |
| uint16_t | grpc_ntohs (uint16_t netshort) |
| uint32_t | grpc_htonl (uint32_t hostlong) |
| uint32_t | grpc_ntohl (uint32_t netlong) |
| int | grpc_inet_pton (int af, const char *src, void *dst) |
| const char * | grpc_inet_ntop (int af, const void *src, char *dst, size_t size) |
| uint32_t grpc_htonl | ( | uint32_t | hostlong | ) |
| uint16_t grpc_htons | ( | uint16_t | hostshort | ) |
| const char* grpc_inet_ntop | ( | int | af, |
| const void * | src, | ||
| char * | dst, | ||
| size_t | size | ||
| ) |
| int grpc_inet_pton | ( | int | af, |
| const char * | src, | ||
| void * | dst | ||
| ) |
| uint32_t grpc_ntohl | ( | uint32_t | netlong | ) |
| uint16_t grpc_ntohs | ( | uint16_t | netshort | ) |