fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
dns_domain.c File Reference

domain qualification More...

#include "alloc.h"
#include "case.h"
#include "byte.h"
#include "dnsresolv.h"
Include dependency graph for dns_domain.c:

Go to the source code of this file.

Functions

unsigned int dns_domain_length (const char *dn)
 
void dns_domain_free (char **out)
 
int dns_domain_copy (char **out, const char *in)
 
int dns_domain_equal (const char *dn1, const char *dn2)
 
int dns_domain_suffix (const char *big, const char *little)
 
unsigned int dns_domain_suffixpos (const char *big, const char *little)
 

Detailed Description

domain qualification

Author
djb ucspi-tcp

Definition in file dns_domain.c.

Function Documentation

◆ dns_domain_copy()

int dns_domain_copy ( char **  out,
const char *  in 
)

Definition at line 32 of file dns_domain.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dns_domain_equal()

int dns_domain_equal ( const char *  dn1,
const char *  dn2 
)

Definition at line 46 of file dns_domain.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dns_domain_free()

void dns_domain_free ( char **  out)

Definition at line 24 of file dns_domain.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dns_domain_length()

unsigned int dns_domain_length ( const char *  dn)

Definition at line 13 of file dns_domain.c.

Here is the caller graph for this function:

◆ dns_domain_suffix()

int dns_domain_suffix ( const char *  big,
const char *  little 
)

Definition at line 57 of file dns_domain.c.

Here is the call graph for this function:

◆ dns_domain_suffixpos()

unsigned int dns_domain_suffixpos ( const char *  big,
const char *  little 
)

Definition at line 69 of file dns_domain.c.

Here is the call graph for this function: