Searched defs:irs_ho (Results 1 – 2 of 2) sorted by relevance
106 struct irs_ho { struct 108 void (*close) __P((struct irs_ho *)); argument 109 struct hostent *(*byname) __P((struct irs_ho *, const char *)); argument 110 struct hostent *(*byname2) __P((struct irs_ho *, const char *, int)); argument 111 struct hostent *(*byaddr) __P((struct irs_ho *, argument 113 struct hostent *(*next) __P((struct irs_ho *)); argument 114 void (*rewind) __P((struct irs_ho *)); argument 115 void (*minimize) __P((struct irs_ho *)); argument 116 struct __res_state * (*res_get) __P((struct irs_ho *)); argument 117 void (*res_set) __P((struct irs_ho *, res_stat argument 119 addrinfoirs_ho global() argument [all...]
59 irs_ho, /*%< "hosts" */ enumerator