Functions
socket_utils.h File Reference
#include <grpc/support/port_platform.h>
#include <stddef.h>
Include dependency graph for socket_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ grpc_htonl()

uint32_t grpc_htonl ( uint32_t  hostlong)

◆ grpc_htons()

uint16_t grpc_htons ( uint16_t  hostshort)

◆ grpc_inet_ntop()

const char* grpc_inet_ntop ( int  af,
const void *  src,
char *  dst,
size_t  size 
)

◆ grpc_inet_pton()

int grpc_inet_pton ( int  af,
const char *  src,
void *  dst 
)

◆ grpc_ntohl()

uint32_t grpc_ntohl ( uint32_t  netlong)

◆ grpc_ntohs()

uint16_t grpc_ntohs ( uint16_t  netshort)


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:31