Home
last modified time | relevance | path

Searched defs:irs_sv (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/include/
H A Dirs.h75 struct irs_sv { struct
77 void (*close) __P((struct irs_sv *)); argument
78 struct servent *(*byname) __P((struct irs_sv *, argument
80 struct servent *(*byport) __P((struct irs_sv *, int, const char *)); argument
81 struct servent *(*next) __P((struct irs_sv *)); argument
82 void (*rewind) __P((struct irs_sv *)); argument
83 void (*minimize) __P((struct irs_sv *)); argument
84 struct __res_state * (*res_get) __P((struct irs_sv *)); argument
85 void (*res_set) __P((struct irs_sv *, res_state, argument
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgen_p.h59 irs_sv, /*%< "services" */ enumerator