Lines Matching defs:irs_nw
126 struct irs_nw {
128 void (*close) __P((struct irs_nw *));
129 struct nwent * (*byname) __P((struct irs_nw *, const char *, int));
130 struct nwent * (*byaddr) __P((struct irs_nw *, void *, int, int));
131 struct nwent * (*next) __P((struct irs_nw *));
132 void (*rewind) __P((struct irs_nw *));
133 void (*minimize) __P((struct irs_nw *));
134 struct __res_state * (*res_get) __P((struct irs_nw *));
135 void (*res_set) __P((struct irs_nw *, res_state,
174 struct irs_nw * (*nw_map) __P((struct irs_acc *));