ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Macros | Functions
fmt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FMT_ULONG   40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */
 
#define FMT_LEN   ((char *) 0) /* convenient abbreviation */
 

Functions

unsigned int fmt_uint (char *, unsigned int)
 
unsigned int fmt_uint0 (char *, unsigned int, unsigned int)
 
unsigned int fmt_xint (char *, unsigned int)
 
unsigned int fmt_nbbint (char *, unsigned int, unsigned int, unsigned int, unsigned int)
 
unsigned int fmt_ushort (char *, unsigned short)
 
unsigned int fmt_xshort (char *, unsigned short)
 
unsigned int fmt_nbbshort (char *, unsigned int, unsigned int, unsigned int, unsigned short)
 
unsigned int fmt_ulong (char *, unsigned long)
 
unsigned int fmt_ulonglong (char *, unsigned long long)
 
unsigned int fmt_xlong (char *, unsigned long)
 
unsigned int fmt_nbblong (char *, unsigned int, unsigned int, unsigned int, unsigned long)
 
unsigned int fmt_plusminus (char *, int)
 
unsigned int fmt_minus (char *, int)
 
unsigned int fmt_0x (char *, int)
 
unsigned int fmt_str (char *, const char *)
 
unsigned int fmt_strn (char *, const char *, unsigned int)
 

Macro Definition Documentation

◆ FMT_LEN

#define FMT_LEN   ((char *) 0) /* convenient abbreviation */

Definition at line 7 of file fmt.h.

◆ FMT_ULONG

#define FMT_ULONG   40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */

Definition at line 6 of file fmt.h.

Function Documentation

◆ fmt_0x()

unsigned int fmt_0x ( char *  ,
int   
)

◆ fmt_minus()

unsigned int fmt_minus ( char *  ,
int   
)

◆ fmt_nbbint()

unsigned int fmt_nbbint ( char *  ,
unsigned  int,
unsigned  int,
unsigned  int,
unsigned  int 
)

◆ fmt_nbblong()

unsigned int fmt_nbblong ( char *  ,
unsigned  int,
unsigned  int,
unsigned  int,
unsigned  long 
)

◆ fmt_nbbshort()

unsigned int fmt_nbbshort ( char *  ,
unsigned  int,
unsigned  int,
unsigned  int,
unsigned  short 
)

◆ fmt_plusminus()

unsigned int fmt_plusminus ( char *  ,
int   
)

◆ fmt_str()

unsigned int fmt_str ( char *  ,
const char *   
)

◆ fmt_strn()

unsigned int fmt_strn ( char *  ,
const char *  ,
unsigned  int 
)

◆ fmt_uint()

unsigned int fmt_uint ( char *  ,
unsigned  int 
)

◆ fmt_uint0()

unsigned int fmt_uint0 ( char *  ,
unsigned  int,
unsigned  int 
)

◆ fmt_ulong()

unsigned int fmt_ulong ( char *  ,
unsigned  long 
)
Here is the caller graph for this function:

◆ fmt_ulonglong()

unsigned int fmt_ulonglong ( char *  ,
unsigned long  long 
)

◆ fmt_ushort()

unsigned int fmt_ushort ( char *  ,
unsigned  short 
)

◆ fmt_xint()

unsigned int fmt_xint ( char *  ,
unsigned  int 
)

◆ fmt_xlong()

unsigned int fmt_xlong ( char *  ,
unsigned  long 
)

◆ fmt_xshort()

unsigned int fmt_xshort ( char *  ,
unsigned  short 
)