Lines Matching defs:netconfig
1 /* $NetBSD: netconfig.h,v 1.6 2008/04/28 20:22:54 martin Exp $ */
37 #define NETCONFIG "/etc/netconfig"
40 struct netconfig {
53 struct netconfig **nc_head;
54 struct netconfig **nc_curr;
110 struct netconfig *getnetconfig(void *);
111 struct netconfig *getnetconfigent(const char *);
112 void freenetconfigent(struct netconfig *);
116 struct netconfig *getnetpath(void *);