ucspi-ssl 0.13.04
ucspi-ssl
Loading...
Searching...
No Matches
ip_bit.h File Reference
#include "stralloc.h"
Include dependency graph for ip_bit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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 *)

Function Documentation

◆ bitstring_ip4()

int bitstring_ip4 ( stralloc * ip4addr,
stralloc * ip4string )
extern

Definition at line 69 of file ip4_bit.c.

◆ bitstring_ip6()

int bitstring_ip6 ( stralloc * ip6addr,
stralloc * ip6string )
extern

Definition at line 102 of file ip6_bit.c.

◆ getnum()

void getnum ( char * ,
int ,
unsigned long *  )
extern

◆ ip4_bitstring()

int ip4_bitstring ( stralloc * ip4string,
char * ip,
unsigned int prefix )
extern

Definition at line 26 of file ip4_bit.c.

◆ ip4_cscan()

unsigned int ip4_cscan ( const char * ,
char [4] )
extern

◆ ip6_bitstring()

int ip6_bitstring ( stralloc * ip6string,
char * ip6addr,
unsigned int prefix )
extern

Definition at line 48 of file ip6_bit.c.

◆ ip6_fmt_str()

unsigned int ip6_fmt_str ( stralloc * dest,
char * src )
extern

Definition at line 160 of file ip6_bit.c.

Here is the call graph for this function: