HomeSort by: relevance | last modified time | path
    Searched defs:ns_msg (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/arpa/
nameser.h 117 } ns_msg; typedef in typeref:struct:__ns_msg
  /src/include/arpa/
nameser.h 139 } ns_msg; typedef in typeref:struct:__ns_msg
146 ns_msg msg;
588 int ns_msg_getflag(ns_msg, int);
593 int ns_initparse(const u_char *, int, ns_msg *);
595 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
596 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
597 int ns_sprintrr(const ns_msg *, const ns_rr *,
660 int ns_newmsg_copy(ns_newmsg *, ns_msg *);
  /src/external/bsd/libbind/dist/include/arpa/
nameser.h 141 } ns_msg; typedef in typeref:struct:__ns_msg
148 ns_msg msg;
587 int ns_msg_getflag __P((ns_msg, int));
592 int ns_initparse __P((const u_char *, int, ns_msg *));
594 int ns_parserr __P((ns_msg *, ns_sect, int, ns_rr *));
595 int ns_parserr2 __P((ns_msg *, ns_sect, int, ns_rr2 *));
596 int ns_sprintrr __P((const ns_msg *, const ns_rr *,
652 int ns_newmsg_copy(ns_newmsg *, ns_msg *);

Completed in 49 milliseconds