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

  /src/external/bsd/libbind/dist/irs/
gen_p.h 60 irs_pr, /*%< "protocols" */ enumerator in enum:irs_map_id
75 struct irs_pr * pr;
110 extern struct irs_pr * irs_gen_pr __P((struct irs_acc *));
  /src/external/bsd/libbind/dist/include/
irs.h 92 struct irs_pr { struct
94 void (*close) __P((struct irs_pr *));
95 struct protoent *(*byname) __P((struct irs_pr *, const char *));
96 struct protoent *(*bynumber) __P((struct irs_pr *, int));
97 struct protoent *(*next) __P((struct irs_pr *));
98 void (*rewind) __P((struct irs_pr *));
99 void (*minimize) __P((struct irs_pr *));
100 struct __res_state * (*res_get) __P((struct irs_pr *));
101 void (*res_set) __P((struct irs_pr *, res_state,
174 struct irs_pr * (*pr_map) __P((struct irs_acc *))
    [all...]

Completed in 45 milliseconds