Searched refs:netconfig (Results 1 - 18 of 18) sorted by relevance

/barrelfish-master/include/
H A Dnetconfig.h1 /* $NetBSD: netconfig.h,v 1.1 2000/06/02 22:57:54 fvdl Exp $ */
10 #define NETCONFIG "/etc/netconfig"
13 struct netconfig { struct
26 struct netconfig **nc_head;
27 struct netconfig **nc_curr;
83 struct netconfig *getnetconfig(void *);
84 struct netconfig *getnetconfigent(const char *);
85 void freenetconfigent(struct netconfig *);
90 struct netconfig *getnetpath(void *);
/barrelfish-master/lib/libc/rpc/
H A Drpc_com.h64 extern struct netconfig * __rpcgettp(int);
77 const struct netconfig *, const char *host, CLIENT **clpp,
H A Dgetnetconfig.c45 #include <netconfig.h>
56 * system network configuration database, /etc/netconfig. In addition to the
57 * netconfig database and the routines for accessing it, the environment
64 * netconfig errors
70 #define NC_BADFILE EBADF /* format for netconfig file is bad */
74 * semantics as strings (should be in netconfig.h)
82 * flags as characters (also should be in netconfig.h)
98 "Netid not found in netconfig database"
109 char *linep; /* hold line read from netconfig */
110 struct netconfig *nc
[all...]
H A Dgetnetpath.c44 #include <netconfig.h>
54 struct netconfig *ncp; /* an nconf entry */
61 void *nc_handlep; /* handle for current netconfig "session" */
80 * resources, or the absence of the /etc/netconfig file), a NULL pointer is
125 * When first called, getnetpath() returns a pointer to the netconfig
127 * netconfig entry is formatted as a struct netconfig.
128 * On each subsequent call, getnetpath returns a pointer to the netconfig
130 * can thus be used to search the netconfig database for all networks
136 * compnent is invalid if there is no corresponding entry in the netconfig
[all...]
H A Dpmap_clnt.c67 struct netconfig *nconf;
97 struct netconfig *nconf;
H A Drpcb_clnt.c54 #include <netconfig.h>
101 static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
103 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
277 getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr)
426 static struct netconfig *loopnconf;
436 * the netconfig file.
466 struct netconfig *nconf, *tmpnconf = NULL;
472 /* fails to open netconfig file */
521 * address - Services netconfig address
524 rpcb_set(rpcprog_t program, rpcvers_t version, const struct netconfig *ncon
[all...]
H A Drpc_generic.c57 #include <netconfig.h>
235 struct netconfig *
243 struct netconfig *dummy;
257 struct netconfig *nconf;
346 * Returns the next netconfig struct for the given "net" type.
349 struct netconfig *
353 struct netconfig *nconf;
462 struct netconfig *
516 __rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip)
538 __rpc_nconf2fd(const struct netconfig *ncon
[all...]
H A Dsvc_generic.c91 struct netconfig *nconf;
156 rpcprog_t prognum, rpcvers_t versnum, const struct netconfig *nconf)
162 "svc_tp_create: invalid netconfig structure for prog %u vers %u",
171 (void) rpcb_unset(prognum, versnum, (struct netconfig *) nconf);
199 svc_tli_create(int fd, const struct netconfig *nconf,
210 warnx("svc_tli_create: invalid netconfig");
H A Dclnt_generic.c183 struct netconfig *nconf;
230 * last ones in /etc/netconfig and the most
267 const struct netconfig *nconf)
281 const struct netconfig *nconf, const struct timeval *tp)
295 (struct netconfig *)nconf, (char *)hostname,
332 clnt_tli_create(int fd, const struct netconfig *nconf,
H A Dcrypt_client.c51 struct netconfig *nconf;
H A Drpc_soc.c81 static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
97 struct netconfig *nconf;
206 struct netconfig *nconf;
336 rpc_wrap_bcast(char *resultp, struct netbuf *addr, struct netconfig *nconf)
340 * struct netconfig *nconf; // Netconf of the transport
470 struct netconfig *nconf;
H A Dkey_call.c56 #include <netconfig.h>
296 struct netconfig *nconf;
297 struct netconfig *tpconf;
H A Dsvc.c173 const struct netconfig *nconf)
178 struct netconfig *tnconf;
229 dummy = rpcb_set(prog, vers, (struct netconfig *) nconf,
H A Dsvc_simple.c108 struct netconfig *nconf;
H A DMakefile.inc52 MAN+= publickey.5 rpc.5 netconfig.5
H A Dclnt_bcast.c269 struct netconfig *nconf; /* Netconfig structure */
280 struct netconfig *nconf;
H A Dsvc_dg.c60 #include <netconfig.h>
583 struct netconfig *nconf;
669 struct netconfig *nconf;
/barrelfish-master/include/rpc/
H A Dtypes.h76 #include <rpc/netconfig.h>
78 #include <netconfig.h>

Completed in 75 milliseconds