ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Functions
uint32_pack.c File Reference
#include "uint32.h"
Include dependency graph for uint32_pack.c:

Go to the source code of this file.

Functions

void uint32_pack (char s[4], uint32 u)
 
void uint32_pack_big (char s[4], uint32 u)
 

Function Documentation

◆ uint32_pack()

void uint32_pack ( char  s[4],
uint32  u 
)

Definition at line 3 of file uint32_pack.c.

Here is the caller graph for this function:

◆ uint32_pack_big()

void uint32_pack_big ( char  s[4],
uint32  u 
)

Definition at line 13 of file uint32_pack.c.