Searched defs:ns_updrec (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/include/arpa/ |
H A D | port_nameser.h | 10 * ISC changed the ns_updrec structure. However, it's a public interface 13 #define ns_updrec __ISC_ns_updrec macro 21 * definition of the ns_updrec structure, from the public include files 28 * to accept the <arpa/nameser.h> ns_updrec, or leave them unchanged and 29 * undocumented. Since ISC may change ns_updrec again, we pick the latter
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | res_update.h | 41 /* need to rename ns_updrec before we define it here */ 49 struct ns_updrec { struct 50 LINK(struct ns_updrec) r_link, r_glink; 64 typedef struct ns_updrec ns_updrec; typedef in typeref:struct:ns_updrec 65 typedef LIST(ns_updrec) ns_updque; 79 int res_mkupdate __P((ns_updrec *, u_char *, int)); 80 int res_update __P((ns_updrec *)); 81 ns_updrec * res_mkupdrec __P((int, const char *, u_int, u_int, u_long)); 82 void res_freeupdrec __P((ns_updrec *)); [all...] |
/illumos-gate/usr/src/lib/libresolv2/common/sunw/ |
H A D | sunw_updrec.c | 10 * the ns_updrec structure has changed. 26 /* get the Solaris ns_updrec before any renaming happens */ 34 /* un-rename ns_updrec and res_* functions so we can wrap them */ 35 #undef ns_updrec macro 43 void res_freeupdrec(ns_updrec *); 46 old2new(ns_updrec *old, __ISC_ns_updrec *new) { 76 new2old(__ISC_ns_updrec *new, ns_updrec *old) { 113 copy_list(ns_updrec *old, int do_glink) { 151 res_mkupdate(ns_updrec *rrecp_in, uchar_t *buf, int length) { 167 res_nmkupdate(res_state statp, ns_updrec *rrecp_i [all...] |
/illumos-gate/usr/src/head/arpa/ |
H A D | nameser.h | 270 struct ns_updrec { struct 271 struct ns_updrec *r_prev; /* prev record */ 272 struct ns_updrec *r_next; /* next record */ 282 struct ns_updrec *r_grpnext; /* next record when grouped */ 287 typedef struct ns_updrec ns_updrec; typedef in typeref:struct:ns_updrec
|
Completed in 66 milliseconds