ucspi-tcp6 1.13.02
ucspi-tcp6
Loading...
Searching...
No Matches
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
6extern int bitstring_ip4(stralloc *,stralloc *);
7extern int ip4_bitstring(stralloc *,char *,unsigned int);
8extern void getnum(char *,int,unsigned long *);
9
10extern int bitstring_ip6(stralloc *,stralloc *);
11extern int ip6_bitstring(stralloc *,char *,unsigned int);
12extern unsigned int ip6_fmt_str(stralloc *,char *);
13
14#endif
int ip4_bitstring(stralloc *, char *, unsigned int)
Definition: ip4_bit.c:26
int bitstring_ip4(stralloc *, stralloc *)
Definition: ip4_bit.c:69
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 *)
Definition: tcprules.c:75
unsigned int ip6_fmt_str(stralloc *, char *)
Definition: ip6_bit.c:161