HomeSort by relevance Sort by last modified time
    Searched defs:ns_sect (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/arpa/
nameser.h 106 } ns_sect; typedef in typeref:enum:__ns_sect
129 ns_sect _sect;
575 int ns_skiprr(const u_char *, const u_char *, ns_sect, int) __LIBC_ABI_PUBLIC__;
576 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *) __LIBC_ABI_PUBLIC__;
577 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *) __LIBC_HIDDEN__;
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 106 } ns_sect; typedef in typeref:enum:__ns_sect
129 ns_sect _sect;
585 int ns_skiprr(const u_char *, const u_char *, ns_sect, int);
586 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
587 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
649 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,

Completed in 31 milliseconds