Home
last modified time | relevance | path

Searched refs:dn_expand (Results 1 – 9 of 9) sorted by relevance

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_comp.c88 __weak_alias(dn_expand,_dn_expand) in __weak_alias() argument
108 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, in __weak_alias()
H A Dres_debug.c365 if ((n = dn_expand(msg, msg + len, cp, name, (int)sizeof name)) < 0) in p_cdnname()
390 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0) in p_fqnname()
H A Dres_send.c259 n = dn_expand(buf, eom, cp, tname, (int)sizeof tname); in res_nameinquery()
310 n = dn_expand(buf1, eom1, cp, tname, (int)sizeof tname); in res_queriesmatch()
/haiku/headers/posix/
H A Dresolv.h221 #define dn_expand __dn_expand macro
282 int dn_expand(const unsigned char *, const unsigned char *,
/haiku/src/system/libnetwork/netresolv/net/
H A Dgethnamaddr.c267 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getanswer()
292 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getanswer()
313 n = dn_expand(answer->buf, eom, cp, tbuf, in getanswer()
342 n = dn_expand(answer->buf, eom, cp, tbuf, in getanswer()
379 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getanswer()
H A Dgetnetnamadr.c225 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getnetanswer()
235 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getnetanswer()
H A Dgetaddrinfo.c1781 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
1806 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
1825 n = dn_expand(answer->buf, eom, cp, tbuf, (int)sizeof tbuf);
1913 n = dn_expand(answer->buf, eom, cp, tbuf,
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_parse.c178 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
H A Dns_print.c1188 n = dn_expand(msg, msg + msglen, *pp, *buf, (int)*buflen); in addname()