fehQlibs 26
Qlibs
|
DNS name query (ptr) More...
Go to the source code of this file.
Functions | |
int | dns_name_packet (stralloc *out, const char *buf, unsigned int len) |
int | dns_name4 (stralloc *out, const char ip[4]) |
int | dns_name6 (stralloc *out, const char ip[16]) |
int | dns_name (stralloc *out, const char ip[16]) |
DNS name query (ptr)
Definition in file dns_name.c.
int dns_name | ( | stralloc * | out, |
const char | ip[16] | ||
) |
int dns_name4 | ( | stralloc * | out, |
const char | ip[4] | ||
) |
Definition at line 46 of file dns_name.c.
int dns_name6 | ( | stralloc * | out, |
const char | ip[16] | ||
) |
Definition at line 60 of file dns_name.c.
int dns_name_packet | ( | stralloc * | out, |
const char * | buf, | ||
unsigned int | len | ||
) |
Definition at line 16 of file dns_name.c.