Home
last modified time | relevance | path

Searched refs:ns_rr (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/network/
Dns_parse.c264 ns_rr rr; in ns_parserr_0100()
265 memset(&rr, 0x0, sizeof(ns_rr)); in ns_parserr_0100()
275 memset(&rr, 0x0, sizeof(ns_rr)); in ns_parserr_0100()
301 ns_rr rr; in ns_parserr_0200()
303 memset(&rr, 0x0, sizeof(ns_rr)); in ns_parserr_0200()
309 memset(&rr, 0x0, sizeof(ns_rr)); in ns_parserr_0200()
324 ns_rr rr; in ns_parserr_0300()
326 memset(&rr, 0x0, sizeof(ns_rr)); in ns_parserr_0300()
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h66 } ns_rr; typedef
317 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
/third_party/musl/include/arpa/
Dnameser.h66 } ns_rr; typedef
317 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h66 } ns_rr; typedef
317 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h66 } ns_rr; typedef
317 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h66 } ns_rr; typedef
317 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
/third_party/musl/src/network/
Dns_parse.c104 int ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) in ns_parserr()