|
int | dn_expand (const u_char *msg, const u_char *eom, const u_char *src, char *dst, int dstsiz) |
|
int | dn_comp (const char *src, u_char *dst, int dstsiz, u_char **dnptrs, u_char **lastdnptr) |
|
int | dn_skipname (const u_char *ptr, const u_char *eom) |
|
int | res_hnok (const char *dn) |
|
int | res_ownok (const char *dn) |
|
int | res_mailok (const char *dn) |
|
int | res_dnok (const char *dn) |
|
void | __putlong (u_int32_t src, u_char *dst) |
|
void | __putshort (u_int16_t src, u_char *dst) |
|
u_int32_t | _getlong (const u_char *src) |
|
u_int16_t | _getshort (const u_char *src) |
|