![]() |
fehQlibs 28
Qlibs
|
DNS hostname qualification for ipv4 and ipv6. More...
#include "case.h"#include "byte.h"#include "str.h"#include "stralloc.h"#include "dnsresolv.h"#include "socket_if.h"#include "ip.h"
Go to the source code of this file.
Functions | |
| int | dns_ip4_qualify_rules (stralloc *ipout, stralloc *fqdn, const stralloc *in, const stralloc *rules) |
| 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_localhost (stralloc *ipout, stralloc *fqdn, const stralloc *in) |
| int | dns_ip_qualify (stralloc *ipout, stralloc *fqdn, const stralloc *in) |
DNS hostname qualification for ipv4 and ipv6.
Definition in file dns_ipq.c.