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

Go to the source code of this file.

Functions

void uint16_pack (char s[2], uint16 u)
 
void uint16_pack_big (char s[2], uint16 u)
 

Function Documentation

◆ uint16_pack()

void uint16_pack ( char  s[2],
uint16  u 
)

Definition at line 3 of file uint16_pack.c.

◆ uint16_pack_big()

void uint16_pack_big ( char  s[2],
uint16  u 
)

Definition at line 9 of file uint16_pack.c.