ucspi-ssl  0.99e
TLS encryption for IPv6 communication
ip4_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 #define FMT_ULONG 40
6 
7 extern int getaddressasbit(char *,int,stralloc *);
8 extern int getbitasaddress(stralloc *);
9 
10 #endif
int getbitasaddress(stralloc *)
Definition: ip4_bit.c:68
int getaddressasbit(char *, int, stralloc *)
Definition: ip4_bit.c:21