Searched refs:exp_dn (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libresolv/
H A Dres_comp.c46 static int dn_find(u_char *exp_dn, u_char *msg, u_char **dnptrs,
54 * 'exp_dn' is a pointer to a buffer of size 'length' for the result.
58 dn_expand(msg, eomorig, comp_dn, exp_dn, length)
59 u_char *msg, *eomorig, *comp_dn, *exp_dn;
67 dn = exp_dn;
69 eom = exp_dn + length;
79 if (dn != exp_dn) {
126 * Compress domain name 'exp_dn' into 'comp_dn'.
138 dn_comp(exp_dn, comp_dn, length, dnptrs, lastdnptr)
139 u_char *exp_dn, *comp_d
249 dn_find(u_char *exp_dn, u_char *msg, u_char **dnptrs, u_char **lastdnptr) argument
[all...]

Completed in 21 milliseconds