#include "stralloc.h"
Go to the source code of this file.
|
int | bitstring_ip4 (stralloc *, stralloc *) |
|
int | ip4_bitstring (stralloc *, char *, unsigned int) |
|
unsigned int | ip4_cscan (const char *, char[4]) |
|
void | getnum (char *, int, unsigned long *) |
|
int | bitstring_ip6 (stralloc *, stralloc *) |
|
int | ip6_bitstring (stralloc *, char *, unsigned int) |
|
unsigned int | ip6_fmt_str (stralloc *, char *) |
|
◆ bitstring_ip4()
int bitstring_ip4 |
( |
stralloc * |
ip4addr, |
|
|
stralloc * |
ip4string |
|
) |
| |
◆ bitstring_ip6()
int bitstring_ip6 |
( |
stralloc * |
ip6addr, |
|
|
stralloc * |
ip6string |
|
) |
| |
◆ getnum()
void getnum |
( |
char * |
, |
|
|
int |
, |
|
|
unsigned long * |
|
|
) |
| |
◆ ip4_bitstring()
int ip4_bitstring |
( |
stralloc * |
ip4string, |
|
|
char * |
ip, |
|
|
unsigned int |
prefix |
|
) |
| |
◆ ip4_cscan()
unsigned int ip4_cscan |
( |
const char * |
, |
|
|
char |
[4] |
|
) |
| |
◆ ip6_bitstring()
int ip6_bitstring |
( |
stralloc * |
ip6string, |
|
|
char * |
ip6addr, |
|
|
unsigned int |
prefix |
|
) |
| |
◆ ip6_fmt_str()
unsigned int ip6_fmt_str |
( |
stralloc * |
dest, |
|
|
char * |
src |
|
) |
| |