ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Macros | Functions
byte.h File Reference

Go to the source code of this file.

Macros

#define byte_equal(s, n, t)   (!byte_diff((s),(n),(t)))
 

Functions

unsigned int byte_chr (const char *, unsigned int n, int)
 
void byte_copy (void *, unsigned int, const void *)
 
void byte_copyr (char *, unsigned int, const char *)
 
int byte_diff (const void *, unsigned int n, const void *)
 
void byte_zero (void *, unsigned int)
 

Macro Definition Documentation

◆ byte_equal

#define byte_equal (   s,
  n,
 
)    (!byte_diff((s),(n),(t)))

Definition at line 13 of file byte.h.

Function Documentation

◆ byte_chr()

unsigned int byte_chr ( const char *  ,
unsigned int  n,
int   
)
Here is the caller graph for this function:

◆ byte_copy()

void byte_copy ( void *  ,
unsigned  int,
const void *   
)
Here is the caller graph for this function:

◆ byte_copyr()

void byte_copyr ( char *  ,
unsigned  int,
const char *   
)

Definition at line 5 of file byte_cr.c.

◆ byte_diff()

int byte_diff ( const void *  ,
unsigned int  n,
const void *   
)
Here is the caller graph for this function:

◆ byte_zero()

void byte_zero ( void *  ,
unsigned  int 
)
Here is the caller graph for this function: