djbdnscurve6 46
djbdnscurve6
Loading...
Searching...
No Matches
dns_domain.c File Reference
#include "alloc.h"
#include "case.h"
#include "byte.h"
#include "dns.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)

Function Documentation

◆ dns_domain_copy()

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

Definition at line 25 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 39 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 17 of file dns_domain.c.

Here is the caller graph for this function:

◆ dns_domain_length()

unsigned int dns_domain_length ( const char * dn)

Definition at line 6 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 50 of file dns_domain.c.

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

◆ dns_domain_suffixpos()

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

Definition at line 62 of file dns_domain.c.

Here is the call graph for this function: