VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
endian.h File Reference
#include <stdint.h>
Include dependency graph for endian.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static uint32_t htonl (uint32_t hostlong)
 
static uint16_t htons (uint16_t hostshort)
 
static uint32_t ntohl (uint32_t netlong)
 
static uint16_t ntohs (uint16_t netshort)
 

Function Documentation

◆ htonl()

static uint32_t htonl ( uint32_t hostlong)
inlinestatic

Definition at line 6 of file endian.h.

Here is the caller graph for this function:

◆ htons()

static uint16_t htons ( uint16_t hostshort)
inlinestatic

Definition at line 21 of file endian.h.

Here is the caller graph for this function:

◆ ntohl()

static uint32_t ntohl ( uint32_t netlong)
inlinestatic

Definition at line 34 of file endian.h.

Here is the call graph for this function:

◆ ntohs()

static uint16_t ntohs ( uint16_t netshort)
inlinestatic

Definition at line 40 of file endian.h.

Here is the call graph for this function:
Here is the caller graph for this function: