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

  /src/external/bsd/libbind/dist/irs/
gen_p.h 59 irs_sv, /*%< "services" */ enumerator in enum:irs_map_id
74 struct irs_sv * sv;
109 extern struct irs_sv * irs_gen_sv __P((struct irs_acc *));
  /src/external/bsd/libbind/dist/include/
irs.h 75 struct irs_sv { struct
77 void (*close) __P((struct irs_sv *));
78 struct servent *(*byname) __P((struct irs_sv *,
80 struct servent *(*byport) __P((struct irs_sv *, int, const char *));
81 struct servent *(*next) __P((struct irs_sv *));
82 void (*rewind) __P((struct irs_sv *));
83 void (*minimize) __P((struct irs_sv *));
84 struct __res_state * (*res_get) __P((struct irs_sv *));
85 void (*res_set) __P((struct irs_sv *, res_state,
173 struct irs_sv * (*sv_map) __P((struct irs_acc *))
    [all...]

Completed in 22 milliseconds