Home
last modified time | relevance | path

Searched refs:ns_msg (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dns_parse.c169 * @tc.desc : Parse DNS protocol reply packets into ns_msg structure
174 ns_msg handle; in ns_initparse_0100()
188 * @tc.desc : Provide error parameter data, parse DNS protocol response packet into ns_msg structure
193 ns_msg handle; in ns_initparse_0200()
256 ns_msg handle; in ns_parserr_0100()
293 ns_msg handle; in ns_parserr_0200()
317 * @tc.desc : Provides an uninitialized ns_msg to extract data from the given DNS message
322 ns_msg handle; in ns_parserr_0300()
325 memset(&handle, 0x0, sizeof(ns_msg)); in ns_parserr_0300()
/third_party/musl/src/network/
H A Dns_parse.c50 int ns_initparse(const unsigned char *msg, int msglen, ns_msg *handle) in ns_initparse()
104 int ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) in ns_parserr()
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dnameser.h46 } ns_msg; typedef
316 int ns_initparse(const unsigned char *, int, ns_msg *);
317 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dnameser.h46 } ns_msg; typedef
316 int ns_initparse(const unsigned char *, int, ns_msg *);
317 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dnameser.h46 } ns_msg; typedef
316 int ns_initparse(const unsigned char *, int, ns_msg *);
317 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
/third_party/musl/include/arpa/
H A Dnameser.h46 } ns_msg; typedef
351 int ns_initparse(const unsigned char *, int, ns_msg *);
352 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);

Completed in 7 milliseconds