Searched refs:dn_expand (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_update.c | 246 if ((n = dn_expand(answer, eom, cp, zname, in res_update() 284 if ((n = dn_expand(answer, eom, cp, zname, in res_update() 342 if ((n = dn_expand(answer, eom, cp, primary, in res_update() 353 if ((n = dn_expand(answer, eom, cp, mailaddr, in res_update() 429 if ((n = dn_expand(answer, eom, cp, name, in res_update() 443 if ((n = dn_expand(answer, eom, cp, in res_update() 455 if ((n = dn_expand(answer, eom, cp, name, in res_update()
|
D | gethostbydns.c | 241 n = dn_expand(answer->buf, eom, cp, bp, buflen); in gethostanswer() 273 n = dn_expand(answer->buf, eom, cp, bp, buflen); in gethostanswer() 299 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in gethostanswer() 331 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in gethostanswer() 373 n = dn_expand(answer->buf, eom, cp, bp, buflen); in gethostanswer()
|
D | getnetbydns.c | 167 n = dn_expand(answer->buf, eom, cp, bp, buflen); in getnetanswer() 179 n = dn_expand(answer->buf, eom, cp, bp, buflen); in getnetanswer()
|
D | res_comp.c | 117 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, in dn_expand() function
|
D | ns_parse.c | 195 b = dn_expand(handle->_msg, handle->_eom, in ns_parserr()
|
D | res_debug.c | 299 if ((n = dn_expand(msg, msg + len, cp, name, sizeof name)) < 0) in p_cdnname() 327 if ((n = dn_expand(msg, cp + msglen, cp, name, namelen)) < 0) in p_fqnname()
|
D | res_send.c | 261 n = dn_expand(buf, eom, cp, tname, sizeof tname); in res_nameinquery() 316 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()
|
D | getaddrinfo.c | 1118 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getanswer() 1142 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp)); in getanswer() 1161 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf); in getanswer()
|
D | ns_print.c | 708 n = dn_expand(msg, msg + msglen, *pp, *buf, (int)(*buflen)); in addname()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | resolv.h | 220 #define dn_expand __dn_expand macro 269 int dn_expand __P((const u_char *, const u_char *, const u_char *,
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | namespace.h | 213 #define dn_expand _dn_expand
|