ucspi-ssl  0.99e
TLS encryption for IPv6 communication
uint16.h
Go to the documentation of this file.
1 #ifndef UINT16_H
2 #define UINT16_H
3 
4 typedef unsigned short uint16;
5 
6 extern void uint16_pack(char *,uint16);
7 extern void uint16_pack_big(char *,uint16);
8 extern void uint16_unpack(const char *,uint16 *);
9 extern void uint16_unpack_big(const char *,uint16 *);
10 
11 #endif
void uint16_pack(char *, uint16)
void uint16_pack_big(char *, uint16)
void uint16_unpack(const char *, uint16 *)
unsigned short uint16
Definition: uint16.h:4
void uint16_unpack_big(const char *, uint16 *)