Searched defs:irs_nw (Results 1 – 2 of 2) sorted by relevance
126 struct irs_nw { struct 128 void (*close) __P((struct irs_nw *)); argument 129 struct nwent * (*byname) __P((struct irs_nw *, const char *, int)); argument 130 struct nwent * (*byaddr) __P((struct irs_nw *, void *, int, int)); argument 131 struct nwent * (*next) __P((struct irs_nw *)); argument 132 void (*rewind) __P((struct irs_nw *)); argument 133 void (*minimize) __P((struct irs_nw *)); argument 134 struct __res_state * (*res_get) __P((struct irs_nw *)); argument 135 void (*res_set) __P((struct irs_nw *, res_state, argument [all...]
60 irs_nw, /*%< "networks" */ enumerator