Declaration for dn_expand from NetLib:h.resolv
(#define)
#define dn_expand __dn_expand
(Function prototype)
/*
* Expand compressed domain name 'comp_dn' to full domain name.
* 'msg' is a pointer to the begining of the message,
* 'eomorig' points to the first location after the message,
* 'exp_dn' is a pointer to a buffer of size 'length' for the result.
* Return size of compressed name or -1 if there was an error.
*/
extern int dn_expand (const u_char * /*msg*/, const u_char * /*eomorig*/,
const u_char * /*comp_dn*/, char * /*exp_dn*/, int /*length*/);
(Function prototype)
extern int dn_expand(const u_char *, const u_char *, const u_char *,
char *, int);
Open original source file
See header files's help page
|
|
|