#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 ) |
|
extern |
◆ bitstring_ip6()
int bitstring_ip6 |
( |
stralloc * | ip6addr, |
|
|
stralloc * | ip6string ) |
|
extern |
◆ getnum()
void getnum |
( |
char * | , |
|
|
int | , |
|
|
unsigned long * | ) |
|
extern |
◆ ip4_bitstring()
int ip4_bitstring |
( |
stralloc * | ip4string, |
|
|
char * | ip, |
|
|
unsigned int | prefix ) |
|
extern |
◆ ip4_cscan()
unsigned int ip4_cscan |
( |
const char * | , |
|
|
char | [4] ) |
|
extern |
◆ ip6_bitstring()
int ip6_bitstring |
( |
stralloc * | ip6string, |
|
|
char * | ip6addr, |
|
|
unsigned int | prefix ) |
|
extern |
◆ ip6_fmt_str()
unsigned int ip6_fmt_str |
( |
stralloc * | dest, |
|
|
char * | src ) |
|
extern |