ucspi-ssl  0.12.7
ucspi-ssl
ip_bit.h
Go to the documentation of this file.
1 #ifndef IP_BIT_H
2 #define IP_BIT_H
3 
4 #include "stralloc.h"
5 
6 extern int bitstring_ip4(stralloc *,stralloc *);
7 extern int ip4_bitstring(stralloc *,char *,unsigned int);
8 extern unsigned int ip4_cscan(const char *,char [4]);
9 extern void getnum(char *,int,unsigned long *);
10 
11 extern int bitstring_ip6(stralloc *,stralloc *);
12 extern int ip6_bitstring(stralloc *,char *,unsigned int);
13 extern unsigned int ip6_fmt_str(stralloc *,char *);
14 
15 #endif
int ip4_bitstring(stralloc *, char *, unsigned int)
Definition: ip4_bit.c:26
int bitstring_ip4(stralloc *, stralloc *)
Definition: ip4_bit.c:69
unsigned int ip4_cscan(const char *, char[4])
int ip6_bitstring(stralloc *, char *, unsigned int)
Definition: ip6_bit.c:48
int bitstring_ip6(stralloc *, stralloc *)
Definition: ip6_bit.c:102
void getnum(char *, int, unsigned long *)
unsigned int ip6_fmt_str(stralloc *, char *)
Definition: ip6_bit.c:160