![]() |
ucspi-ssl 0.13.00
ucspi-ssl
|
#include "ip.h"
#include "byte.h"
#include "str.h"
#include "fmt.h"
#include "stralloc.h"
#include "ip_bit.h"
Go to the source code of this file.
Macros | |
#define | BITSUBSTITUTION |
Functions | |
void | bytetohex (unsigned char decimal, char hex[3]) |
int | ip6_bitstring (stralloc *ip6string, char *ip6addr, unsigned int prefix) |
int | bitstring_ip6 (stralloc *ip6addr, stralloc *ip6string) |
unsigned int | ip6_fmt_str (stralloc *dest, char *src) |
Definition in file ip6_bit.c.
int bitstring_ip6 | ( | stralloc * | ip6addr, |
stralloc * | ip6string | ||
) |
void bytetohex | ( | unsigned char | decimal, |
char | hex[3] | ||
) |
int ip6_bitstring | ( | stralloc * | ip6string, |
char * | ip6addr, | ||
unsigned int | prefix | ||
) |