Searched refs:dn_expand (Results 1 – 9 of 9) sorted by relevance
/haiku/src/system/libnetwork/netresolv/resolv/ |
H A D | res_comp.c | 88 __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 D | res_debug.c | 365 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 D | res_send.c | 259 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 D | resolv.h | 221 #define dn_expand __dn_expand macro 282 int dn_expand(const unsigned char *, const unsigned char *,
|
/haiku/src/system/libnetwork/netresolv/net/ |
H A D | gethnamaddr.c | 267 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 D | getnetnamadr.c | 225 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 D | getaddrinfo.c | 1781 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 D | ns_parse.c | 178 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
|
H A D | ns_print.c | 1188 n = dn_expand(msg, msg + msglen, *pp, *buf, (int)*buflen); in addname()
|