HomeSort by: relevance | last modified time | path
    Searched defs:nwent (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
nis_nw.c 73 struct nwent nwent; member in struct:pvt
91 static struct nwent * nw_byname(struct irs_nw *, const char *, int);
92 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int);
93 static struct nwent * nw_next(struct irs_nw *);
101 static struct nwent * makenwent(struct irs_nw *this);
152 static struct nwent *
190 static struct nwent *
222 static struct nwent *
225 struct nwent *rval
    [all...]
  /src/external/bsd/libbind/dist/include/
irs.h 131 struct nwent * (*byname) __P((struct irs_nw *, const char *, int));
132 struct nwent * (*byaddr) __P((struct irs_nw *, void *, int, int));
133 struct nwent * (*next) __P((struct irs_nw *));
189 struct nwent { struct

Completed in 23 milliseconds