| /src/include/rpc/ |
| rpcb_clnt.h | 65 const struct netconfig *, const struct netbuf *); 67 const struct netconfig *); 68 extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *); 70 extern enum clnt_stat rpcb_rmtcall(const struct netconfig *, 80 const struct netconfig *, struct netbuf *, 86 extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *); 87 extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
|
| nettype.h | 44 #include <netconfig.h> 59 extern struct netconfig *__rpc_getconf(void *); 60 extern struct netconfig *__rpc_getconfip(const char *);
|
| rpc.h | 88 char *taddr2uaddr(const struct netconfig *, const struct netbuf *); 89 struct netbuf *uaddr2taddr(const struct netconfig *, const char *); 100 int __rpc_nconf2fd(const struct netconfig *); 101 int __rpc_nconf2sockinfo(const struct netconfig *,
|
| /src/include/ |
| netconfig.h | 1 /* $NetBSD: netconfig.h,v 1.6 2008/04/28 20:22:54 martin Exp $ */ 37 #define NETCONFIG "/etc/netconfig" 40 struct netconfig { struct 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 *) [all...] |
| /src/lib/libc/compat/include/rpc/ |
| rpcb_clnt.h | 44 extern enum clnt_stat rpcb_rmtcall(const struct netconfig *, 49 extern enum clnt_stat __rpcb_rmtcall50(const struct netconfig *,
|
| /src/lib/libc/rpc/ |
| rpc_internal.h | 43 struct netconfig *__rpcgettp(int); 55 struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
|
| getnetconfig.c | 52 #include <netconfig.h> 71 * system network configuration database, /etc/netconfig. In addition to the 72 * netconfig database and the routines for accessing it, the environment 79 * netconfig errors 85 #define NC_BADFILE EBADF /* format for netconfig file is bad */ 88 * semantics as strings (should be in netconfig.h) 96 * flags as characters (also should be in netconfig.h) 108 "Netconfig database not found", 111 "Netconfig database has invalid format" 122 char *linep; /* hold line read from netconfig */ [all...] |
| getnetpath.c | 51 #include <netconfig.h> 66 struct netconfig *ncp; /* an nconf entry */ 73 void *nc_handlep; /* handle for current netconfig "session" */ 92 * resources, or the absence of the /etc/netconfig file), a NULL pointer is 110 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); 132 * When first called, getnetpath() returns a pointer to the netconfig 134 * netconfig entry is formatted as a struct netconfig. 135 * On each subsequent call, getnetpath returns a pointer to the netconfig 137 * can thus be used to search the netconfig database for all network [all...] |
| pmap_clnt.c | 75 struct netconfig *nconf; 105 struct netconfig *nconf;
|
| /src/usr.sbin/rpcbind/ |
| check_bound.c | 54 #include <netconfig.h> 70 struct netconfig *nconf; 121 add_bndlist(struct netconfig *nconf, struct netbuf *baddr __unused) 124 struct netconfig *newnconf; 236 struct netconfig *
|
| rpcbind.h | 88 int add_bndlist(struct netconfig *, struct netbuf *); 91 struct netconfig *rpcbind_get_conf(const char *); 119 int create_rmtcall_fd(struct netconfig *);
|
| /src/common/include/rpc/ |
| types.h | 80 #include <netconfig.h>
|
| /src/distrib/acorn32/ramdisk/ |
| Makefile | 21 ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
| /src/distrib/arc/ramdisk/ |
| Makefile | 21 ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
| /src/distrib/bebox/ramdisk/ |
| Makefile | 21 ${NETBSDSRCDIR}/etc/netconfig \
|
| /src/distrib/cats/ramdisk/ |
| Makefile | 20 ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
| /src/distrib/cobalt/ramdisk/ |
| Makefile | 21 ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
| /src/distrib/dreamcast/ramdisk/ |
| Makefile | 22 ${NETBSDSRCDIR}/etc/netconfig \
|
| /src/distrib/evbsh3/instkernel/ramdisk/ |
| Makefile | 21 ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
| /src/distrib/ibmnws/netboot/ramdisk/ |
| Makefile | 20 ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
| /src/distrib/luna68k/ramdisk/ |
| Makefile | 21 ${NETBSDSRCDIR}/etc/netconfig \
|
| /src/distrib/next68k/ramdisk/ |
| Makefile | 25 ${NETBSDSRCDIR}/etc/netconfig \
|
| /src/distrib/prep/floppies/ramdisk/ |
| Makefile | 21 ${NETBSDSRCDIR}/etc/netconfig \
|
| /src/distrib/shark/instkernel/ramdisk/ |
| Makefile | 21 ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
| /src/external/bsd/am-utils/dist/conf/transp/ |
| transp_tli.c | 50 struct netconfig *nfsncp; 61 struct netconfig *ncp; 169 struct netconfig *nc = NULL; 218 /* first free possibly previously allocated netconfig entry */ 282 * /etc/netconfig). This means that packets could only come from the 299 u_long protocol, struct netconfig *ncp) 318 struct netconfig *nc = (struct netconfig *) NULL; 322 plog(XLOG_ERROR, "Cannot rewind netconfig: %s", nc_sperror()); 326 * Search the netconfig table for INET/UDP [all...] |