Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/include/
H A Dirs.h108 struct irs_ho { struct
110 void (*close) __P((struct irs_ho *)); argument
111 struct hostent *(*byname) __P((struct irs_ho *, const char *)); argument
112 struct hostent *(*byname2) __P((struct irs_ho *, const char *, int)); argument
113 struct hostent *(*byaddr) __P((struct irs_ho *, argument
115 struct hostent *(*next) __P((struct irs_ho *)); argument
116 void (*rewind) __P((struct irs_ho *)); argument
117 void (*minimize) __P((struct irs_ho *)); argument
118 struct __res_state * (*res_get) __P((struct irs_ho *)); argument
119 void (*res_set) __P((struct irs_ho *, res_state, argument
[all …]
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgen_p.h61 irs_ho, /*%< "hosts" */ enumerator