Searched defs:irs_nw (Results 1 – 3 of 3) sorted by relevance
128 struct irs_nw { struct130 void (*close) __P((struct irs_nw *)); argument131 struct nwent * (*byname) __P((struct irs_nw *, const char *, int)); argument132 struct nwent * (*byaddr) __P((struct irs_nw *, void *, int, int)); argument133 struct nwent * (*next) __P((struct irs_nw *)); argument134 void (*rewind) __P((struct irs_nw *)); argument135 void (*minimize) __P((struct irs_nw *)); argument136 struct __res_state * (*res_get) __P((struct irs_nw *)); argument137 void (*res_set) __P((struct irs_nw *, res_state, argument
62 irs_nw, /*%< "networks" */ enumerator
164 static struct irs_nw *irs_nw; in getwire_lookup() local