Searched defs:nwent (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent.c60 static struct netent *nw_to_net(struct nwent *, struct net_data *);
304 nw_to_net(struct nwent *nwent, struct net_data *net_data) { argument
310 if (!nwent || nwent->n_addrtype != AF_INET)
320 pvt->netent.n_name = nwent->n_name;
321 pvt->netent.n_aliases = nwent->n_aliases;
322 pvt->netent.n_addrtype = nwent->n_addrtype;
332 msbyte = nwent->n_length / 8 +
333 ((nwent
[all...]
H A Ddns_nw.c62 struct nwent net;
79 static struct nwent * nw_byname(struct irs_nw *, const char *, int);
80 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int);
81 static struct nwent * nw_next(struct irs_nw *);
89 static struct nwent * get1101byaddr(struct irs_nw *, u_char *, int);
90 static struct nwent * get1101byname(struct irs_nw *, const char *);
91 static struct nwent * get1101answer(struct irs_nw *,
96 static struct nwent * get1101mask(struct irs_nw *this, struct nwent *);
148 static struct nwent *
445 get1101mask(struct irs_nw *this, struct nwent *nwent) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirs.h129 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 *));
187 struct nwent { struct

Completed in 48 milliseconds