Home
last modified time | relevance | path

Searched defs:irs_nw (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/include/
H A Dirs.h128 struct irs_nw { struct
130 void (*close) __P((struct irs_nw *)); argument
131 struct nwent * (*byname) __P((struct irs_nw *, const char *, int)); argument
132 struct nwent * (*byaddr) __P((struct irs_nw *, void *, int, int)); argument
133 struct nwent * (*next) __P((struct irs_nw *)); argument
134 void (*rewind) __P((struct irs_nw *)); argument
135 void (*minimize) __P((struct irs_nw *)); argument
136 struct __res_state * (*res_get) __P((struct irs_nw *)); argument
137 void (*res_set) __P((struct irs_nw *, res_state, argument
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgen_p.h62 irs_nw, /*%< "networks" */ enumerator
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dwire.c164 static struct irs_nw *irs_nw; in getwire_lookup() local