Searched defs:irs_pr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_p.h58 irs_pr, /*%< "protocols" */ enumerator in enum:irs_map_id
73 struct irs_pr * pr;
108 extern struct irs_pr * irs_gen_pr __P((struct irs_acc *));
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirs.h90 struct irs_pr { struct
92 void (*close) __P((struct irs_pr *));
93 struct protoent *(*byname) __P((struct irs_pr *, const char *));
94 struct protoent *(*bynumber) __P((struct irs_pr *, int));
95 struct protoent *(*next) __P((struct irs_pr *));
96 void (*rewind) __P((struct irs_pr *));
97 void (*minimize) __P((struct irs_pr *));
98 struct __res_state * (*res_get) __P((struct irs_pr *));
99 void (*res_set) __P((struct irs_pr *, res_state,
172 struct irs_pr * (*pr_ma
[all...]

Completed in 59 milliseconds