DNS hostname qualification for ipv4 and ipv6.
More...
#include "case.h"
#include "byte.h"
#include "str.h"
#include "stralloc.h"
#include "dns.h"
#include "socket_if.h"
#include "ip.h"
Go to the source code of this file.
|
int | dns_ip4_qualify_rules (stralloc *ipout, stralloc *fqdn, const stralloc *in, const stralloc *rules) |
|
int | dns_ip_qualify_localhost (stralloc *ipout, stralloc *fqdn, const stralloc *in) |
|
int | dns_ip4_qualify (stralloc *ipout, stralloc *fqdn, const stralloc *in) |
|
int | dns_ip6_qualify_rules (stralloc *ipout, stralloc *fqdn, const stralloc *in, const stralloc *rules) |
|
int | dns_ip6_qualify (stralloc *ipout, stralloc *fqdn, const stralloc *in) |
|
int | dns_ip_qualify_rules (stralloc *ipout, stralloc *fqdn, const stralloc *in, const stralloc *rules) |
|
int | dns_ip_qualify (stralloc *ipout, stralloc *fqdn, const stralloc *in) |
|
DNS hostname qualification for ipv4 and ipv6.
- Author
- djb, feh @source ucspi-tcp
Definition in file dns_ipq.c.
◆ dns_ip4_qualify()
int dns_ip4_qualify |
( |
stralloc * |
ipout, |
|
|
stralloc * |
fqdn, |
|
|
const stralloc * |
in |
|
) |
| |
◆ dns_ip4_qualify_rules()
int dns_ip4_qualify_rules |
( |
stralloc * |
ipout, |
|
|
stralloc * |
fqdn, |
|
|
const stralloc * |
in, |
|
|
const stralloc * |
rules |
|
) |
| |
◆ dns_ip6_qualify()
int dns_ip6_qualify |
( |
stralloc * |
ipout, |
|
|
stralloc * |
fqdn, |
|
|
const stralloc * |
in |
|
) |
| |
◆ dns_ip6_qualify_rules()
int dns_ip6_qualify_rules |
( |
stralloc * |
ipout, |
|
|
stralloc * |
fqdn, |
|
|
const stralloc * |
in, |
|
|
const stralloc * |
rules |
|
) |
| |
◆ dns_ip_qualify()
int dns_ip_qualify |
( |
stralloc * |
ipout, |
|
|
stralloc * |
fqdn, |
|
|
const stralloc * |
in |
|
) |
| |
◆ dns_ip_qualify_localhost()
int dns_ip_qualify_localhost |
( |
stralloc * |
ipout, |
|
|
stralloc * |
fqdn, |
|
|
const stralloc * |
in |
|
) |
| |
◆ dns_ip_qualify_rules()
int dns_ip_qualify_rules |
( |
stralloc * |
ipout, |
|
|
stralloc * |
fqdn, |
|
|
const stralloc * |
in, |
|
|
const stralloc * |
rules |
|
) |
| |