Searched defs:irs_sv (Results 1 – 2 of 2) sorted by relevance
73 struct irs_sv { struct 75 void (*close) __P((struct irs_sv *)); argument 76 struct servent *(*byname) __P((struct irs_sv *, argument 78 struct servent *(*byport) __P((struct irs_sv *, int, const char *)); argument 79 struct servent *(*next) __P((struct irs_sv *)); argument 80 void (*rewind) __P((struct irs_sv *)); argument 81 void (*minimize) __P((struct irs_sv *)); argument 82 struct __res_state * (*res_get) __P((struct irs_sv *)); argument 83 void (*res_set) __P((struct irs_sv *, res_state, argument [all...]
57 irs_sv, /*%< "services" */ enumerator