Searched refs:nwent (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dirpmarshall.h61 int irp_marshall_nw(struct nwent *, char **, size_t *);
62 int irp_unmarshall_nw(struct nwent *, char *);
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp_nw.c65 struct nwent net;
71 static struct nwent * nw_byname(struct irs_nw *, const char *, int);
72 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int);
73 static struct nwent * nw_next(struct irs_nw *);
77 static void free_nw(struct nwent *nw);
136 * struct nwent * nw_byaddr(struct irs_nw *this, void *net,
141 static struct nwent *
144 struct nwent *nw = &pvt->net;
186 * struct nwent * nw_byname(struct irs_nw *this, const char *name, int type)
190 static struct 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...]
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 Dgen_nw.c56 static struct nwent * nw_next(struct irs_nw *);
57 static struct nwent * nw_byname(struct irs_nw *, const char *, int);
58 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int);
116 static struct nwent *
119 struct nwent *rval;
141 static struct nwent *
145 struct nwent *rval;
164 static struct nwent *
168 struct nwent *rval;
H A Dirs_data.h42 struct nwent * nww_last;
H A Dlcl_nw.c90 struct nwent net;
100 static struct nwent * nw_byname(struct irs_nw *, const char *, int);
101 static struct nwent * nw_byaddr(struct irs_nw *, void *, int, int);
102 static struct nwent * nw_next(struct irs_nw *);
165 static struct nwent *
167 struct nwent *p;
180 static struct nwent *
182 struct nwent *p;
219 static struct nwent *
222 struct nwent *re
[all...]
H A Dirpmarshall.c1298 /* +++++++++++++++++++++++++ struct nwent +++++++++++++++++++++++++ */
1301 * int irp_marshall_nw(struct nwent *ne, char **buffer, size_t *len)
1314 irp_marshall_nw(struct nwent *ne, char **buffer, size_t *len) {
1367 * int irp_unmarshall_nw(struct nwent *ne, char *buffer)
1380 irp_unmarshall_nw(struct nwent *ne, char *buffer) {
1444 /* nnet = ntohl(nnet); */ /* keep in network order for nwent */
1469 /* ------------------------- struct nwent ------------------------- */
1994 struct nwent ne;
/osnet-11/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 45 milliseconds