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

/barrelfish-master/lib/libc/resolv/
H A Dres_comp.c94 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, function
273 #undef dn_expand macro
274 __weak_reference(__dn_expand, dn_expand);
H A Dres_debug.c350 if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0)
374 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0)
H A Dres_send.c237 n = dn_expand(buf, eom, cp, tname, sizeof tname);
288 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
/barrelfish-master/lib/libc/net/
H A Dgethostbydns.c184 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
215 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
241 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
271 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
309 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
H A DMakefile.inc113 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \
H A Dgetnetbydns.c204 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
216 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
H A Dgetaddrinfo.c2028 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
2052 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
2071 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
/barrelfish-master/include/
H A Dresolv.h340 #define dn_expand __dn_expand macro
445 int dn_expand(const u_char *, const u_char *, const u_char *,
/barrelfish-master/lib/libc/nameser/
H A Dns_parse.c171 b = dn_expand(handle->_msg, handle->_eom,
H A Dns_print.c1179 n = dn_expand(msg, msg + msglen, *pp, *buf, *buflen);

Completed in 379 milliseconds