Searched refs:ns_updrec (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/
H A Dres_update.h41 /* 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/include/arpa/
H A Dport_nameser.h10 * 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/common/sunw/
H A Dsunw_updrec.c10 * 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/lib/libresolv2/common/
H A Dllib-lresolv41 int res_update(ns_updrec *);
53 int res_nmkupdate(res_state, ns_updrec *, u_char *, int);
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c73 LIST(ns_updrec) z_rrlist;
94 res_nupdate(res_state statp, ns_updrec *rrecp_in, ns_tsig_key *key) {
95 ns_updrec *rrecp;
H A Dres_data.c181 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) {
246 res_update(ns_updrec *rrecp_in) {
H A Dres_mkupdate.c81 res_nmkupdate(res_state statp, ns_updrec *rrecp_in, u_char *buf, int buflen) {
82 ns_updrec *rrecp_start = rrecp_in;
86 ns_updrec *rrecp;
917 ns_updrec *
920 ns_updrec *rrecp = (ns_updrec *)calloc(1, sizeof(ns_updrec));
940 res_freeupdrec(ns_updrec *rrecp) {
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h270 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 68 milliseconds