irs_pr
extern struct irs_pr * irs_dns_pr __P((struct irs_acc *));
pr_close(struct irs_pr *this) {
pr_byname(struct irs_pr *this, const char *name) {
pr_bynumber(struct irs_pr *this, int num) {
pr_next(struct irs_pr *this) {
pr_rewind(struct irs_pr *this) {
pr_minimize(struct irs_pr *this) {
pr_res_get(struct irs_pr *this) {
pr_res_set(struct irs_pr *this, struct __res_state * res,
parse_hes_list(struct irs_pr *this, char **hes_list) {
static void pr_close(struct irs_pr *);
static struct protoent * pr_byname(struct irs_pr *, const char *);
static struct protoent * pr_bynumber(struct irs_pr *, int);
static struct protoent * pr_next(struct irs_pr *);
static void pr_rewind(struct irs_pr *);
static void pr_minimize(struct irs_pr *);
static struct __res_state * pr_res_get(struct irs_pr *);
static void pr_res_set(struct irs_pr *,
static struct protoent * parse_hes_list(struct irs_pr *, char **);
struct irs_pr *
struct irs_pr *pr;
add_rule(irs, irs_pr, irs_lcl, "");
{ "protocols", irs_pr },
extern struct irs_pr * irs_gen_pr __P((struct irs_acc *));
struct irs_pr * pr;
pr_next(struct irs_pr *this) {
struct irs_pr *pr;
pr_byname(struct irs_pr *this, const char *name) {
struct irs_pr *pr;
pr_bynumber(struct irs_pr *this, int proto) {
struct irs_pr *pr;
pr_rewind(struct irs_pr *this) {
struct irs_pr *pr;
pr_minimize(struct irs_pr *this) {
struct irs_pr *pr = rule->inst->pr;
pr_res_get(struct irs_pr *this) {
pr_res_set(struct irs_pr *this, struct __res_state *res,
struct irs_pr *pr = rule->inst->pr;
static void pr_close(struct irs_pr*);
static struct protoent * pr_next(struct irs_pr *);
static struct protoent * pr_byname(struct irs_pr *, const char *);
static struct protoent * pr_bynumber(struct irs_pr *, int);
static void pr_rewind(struct irs_pr *);
static void pr_minimize(struct irs_pr *);
static struct __res_state * pr_res_get(struct irs_pr *);
static void pr_res_set(struct irs_pr *,
struct irs_pr *
struct irs_pr *pr;
pvt->rules = accpvt->map_rules[irs_pr];
pr_close(struct irs_pr *this) {
struct irs_pr *pr;
struct irs_pr *pr;
struct irs_pr *pr;
struct irs_pr *pr;
struct irs_pr *pr;
extern struct irs_pr * irs_irp_pr __P((struct irs_acc *));
pr_close(struct irs_pr *this) {
pr_byname(struct irs_pr *this, const char *name) {
pr_bynumber(struct irs_pr *this, int proto) {
pr_rewind(struct irs_pr *this) {
pr_next(struct irs_pr *this) {
pr_minimize(struct irs_pr *this) {
static void pr_close(struct irs_pr *);
static struct protoent * pr_next(struct irs_pr *);
static struct protoent * pr_byname(struct irs_pr *, const char *);
static struct protoent * pr_bynumber(struct irs_pr *, int);
static void pr_rewind(struct irs_pr *);
static void pr_minimize(struct irs_pr *);
struct irs_pr *
struct irs_pr *pr;
struct irs_pr * pr;
extern struct irs_pr * irs_lcl_pr __P((struct irs_acc *));
struct irs_pr *
struct irs_pr *pr;
pr_close(struct irs_pr *this) {
pr_byname(struct irs_pr *this, const char *name) {
pr_bynumber(struct irs_pr *this, int proto) {
pr_rewind(struct irs_pr *this) {
pr_next(struct irs_pr *this) {
pr_minimize(struct irs_pr *this) {
static void pr_close(struct irs_pr *);
static struct protoent * pr_next(struct irs_pr *);
static struct protoent * pr_byname(struct irs_pr *, const char *);
static struct protoent * pr_bynumber(struct irs_pr *, int);
static void pr_rewind(struct irs_pr *);
static void pr_minimize(struct irs_pr *);
extern struct irs_pr * irs_nis_pr __P((struct irs_acc *));
struct irs_pr * (*pr_map) __P((struct irs_acc *));
void (*close) __P((struct irs_pr *));
struct protoent *(*byname) __P((struct irs_pr *, const char *));
struct protoent *(*bynumber) __P((struct irs_pr *, int));
struct protoent *(*next) __P((struct irs_pr *));
void (*rewind) __P((struct irs_pr *));
void (*minimize) __P((struct irs_pr *));
struct __res_state * (*res_get) __P((struct irs_pr *));
void (*res_set) __P((struct irs_pr *, res_state,