Home
last modified time | relevance | path

Searched refs:netent (Results 1 – 17 of 17) sorted by relevance

/dragonfly/lib/libc/net/
H A Dgetnetnamadr.c124 struct netent *ne; in net_marshal_func()
128 struct netent new_ne; in net_marshal_func()
148 ne = va_arg(ap, struct netent *); in net_marshal_func()
213 struct netent *ne; in net_unmarshal_func()
236 ne = va_arg(ap, struct netent *); in net_unmarshal_func()
266 *((struct netent **)retval) = ne; in net_unmarshal_func()
291 __copy_netent(struct netent *ne, struct netent *nptr, char *buf, size_t buflen) in __copy_netent()
392 struct netent *
396 struct netent *rval; in getnetbyname()
407 struct netent *
[all …]
H A Dgetnetbyht.c80 getnetent_p(struct netent *ne, struct netent_data *ned) in getnetent_p()
148 struct netent **result, int *h_errnop) in getnetent_r()
151 struct netent ne; in getnetent_r()
168 struct netent *
172 struct netent *rval; in getnetent()
191 struct netent *nptr, ne; in _ht_getnetbyname()
198 nptr = va_arg(ap, struct netent *); in _ht_getnetbyname()
230 *((struct netent **)rval) = nptr; in _ht_getnetbyname()
243 struct netent *nptr, ne; in _ht_getnetbyaddr()
250 nptr = va_arg(ap, struct netent *); in _ht_getnetbyaddr()
[all …]
H A Dgetnetbynis.c51 _getnetbynis(const char *name, char *map, int af, struct netent *ne, in _getnetbynis()
140 struct netent *nptr, ne; in _nis_getnetbyname()
145 nptr = va_arg(ap, struct netent *); in _nis_getnetbyname()
166 *((struct netent **)rval) = nptr; in _nis_getnetbyname()
184 struct netent *nptr, ne; in _nis_getnetbyaddr()
195 nptr = va_arg(ap, struct netent *); in _nis_getnetbyaddr()
251 *((struct netent **)rval) = nptr; in _nis_getnetbyaddr()
H A Dgetnetbydns.c153 getnetanswer(querybuf *answer, int anslen, int net_i, struct netent *ne, in getnetanswer()
268 struct netent *nptr, ne; in _dns_getnetbyaddr()
279 nptr = va_arg(ap, struct netent *); in _dns_getnetbyaddr()
298 *((struct netent **)rval) = NULL; in _dns_getnetbyaddr()
359 *((struct netent **)rval) = nptr; in _dns_getnetbyaddr()
374 struct netent *nptr, ne; in _dns_getnetbyname()
382 nptr = va_arg(ap, struct netent *); in _dns_getnetbyname()
405 *((struct netent **)rval) = NULL; in _dns_getnetbyname()
436 *((struct netent **)rval) = nptr; in _dns_getnetbyname()
H A Dnetdb_private.h109 struct netent net;
126 int __copy_netent(struct netent *, struct netent *, char *, size_t);
/dragonfly/include/
H A Dnetdb.h116 struct netent { struct
256 struct netent *getnetbyaddr(uint32_t, int);
257 struct netent *getnetbyname(const char *);
258 struct netent *getnetent(void);
293 int getnetbyaddr_r(uint32_t, int, struct netent *, char *, size_t,
294 struct netent **, int *);
295 int getnetbyname_r(const char *, struct netent *, char *, size_t,
296 struct netent **, int *);
297 int getnetent_r(struct netent *, char *, size_t, struct netent **,
/dragonfly/contrib/libpcap/
H A Dnametoaddr.c245 struct netent *np; in pcap_nametonetaddr()
250 struct netent result_buf; in pcap_nametonetaddr()
283 struct netent result_buf; in pcap_nametonetaddr()
291 struct netent result_buf; in pcap_nametonetaddr()
/dragonfly/usr.bin/getent/
H A Dgetent.c319 networksprint(const struct netent *ne) in networksprint()
334 struct netent *ne; in networks()
/dragonfly/sbin/ifconfig/
H A Daf_inet.c129 struct netent *np; in in_getaddr()
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c579 struct netent *np; in rip_input()
773 struct netent *nentp; in getnet()
/dragonfly/usr.bin/systat/
H A Dnetstat.c423 struct netent *np; in inetname()
/dragonfly/usr.sbin/gifconfig/
H A Dgifconfig.c764 struct netent *np; in in_getaddr()
/dragonfly/sbin/route/
H A Droute.c445 struct netent *np = NULL; in netname()
963 struct netent *np; in getaddr()
/dragonfly/sbin/routed/
H A Dparms.c908 struct netent *np; in getnet()
/dragonfly/usr.bin/netstat/
H A Dinet.c962 struct netent *np; in inetname()
H A Droute.c911 struct netent *np = NULL; in netname()
/dragonfly/sbin/mountd/
H A Dmountd.c2101 struct netent *np = NULL; in get_net()