Symbol: netconfig
include/netconfig.h
110
struct netconfig *getnetconfig(void *);
include/netconfig.h
111
struct netconfig *getnetconfigent(const char *);
include/netconfig.h
112
void freenetconfigent(struct netconfig *);
include/netconfig.h
116
struct netconfig *getnetpath(void *);
include/netconfig.h
53
struct netconfig **nc_head;
include/netconfig.h
54
struct netconfig **nc_curr;
include/rpc/clnt.h
354
const rpcvers_t, const struct netconfig *);
include/rpc/clnt.h
366
extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
include/rpc/nettype.h
59
extern struct netconfig *__rpc_getconf(void *);
include/rpc/nettype.h
60
extern struct netconfig *__rpc_getconfip(const char *);
include/rpc/rpc.h
100
int __rpc_nconf2fd(const struct netconfig *);
include/rpc/rpc.h
101
int __rpc_nconf2sockinfo(const struct netconfig *,
include/rpc/rpc.h
88
char *taddr2uaddr(const struct netconfig *, const struct netbuf *);
include/rpc/rpc.h
89
struct netbuf *uaddr2taddr(const struct netconfig *, const char *);
include/rpc/rpcb_clnt.h
65
const struct netconfig *, const struct netbuf *);
include/rpc/rpcb_clnt.h
67
const struct netconfig *);
include/rpc/rpcb_clnt.h
68
extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *);
include/rpc/rpcb_clnt.h
70
extern enum clnt_stat rpcb_rmtcall(const struct netconfig *,
include/rpc/rpcb_clnt.h
80
const struct netconfig *, struct netbuf *,
include/rpc/rpcb_clnt.h
86
extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *);
include/rpc/rpcb_clnt.h
87
extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
include/rpc/svc.h
203
const struct netconfig *);
include/rpc/svc.h
378
const struct netconfig *);
include/rpc/svc.h
390
extern SVCXPRT *svc_tli_create(const int, const struct netconfig *,
lib/libc/compat/include/rpc/rpcb_clnt.h
44
extern enum clnt_stat rpcb_rmtcall(const struct netconfig *,
lib/libc/compat/include/rpc/rpcb_clnt.h
49
extern enum clnt_stat __rpcb_rmtcall50(const struct netconfig *,
lib/libc/compat/rpc/compat_rpcb.c
64
rpcb_rmtcall(const struct netconfig *nc,
lib/libc/rpc/clnt_bcast.c
282
struct netconfig *nconf; /* Netconfig structure */
lib/libc/rpc/clnt_bcast.c
293
struct netconfig *nconf;
lib/libc/rpc/clnt_generic.c
158
struct netconfig *nconf;
lib/libc/rpc/clnt_generic.c
229
const struct netconfig *nconf) /* net config struct */
lib/libc/rpc/clnt_generic.c
293
const struct netconfig *nconf, /* netconfig structure */
lib/libc/rpc/getnetconfig.c
123
struct netconfig *ncp;
lib/libc/rpc/getnetconfig.c
140
static int parse_ncp(char *, struct netconfig *);
lib/libc/rpc/getnetconfig.c
141
static struct netconfig *dup_ncp(struct netconfig *);
lib/libc/rpc/getnetconfig.c
245
struct netconfig *
lib/libc/rpc/getnetconfig.c
251
struct netconfig *np;
lib/libc/rpc/getnetconfig.c
422
struct netconfig *
lib/libc/rpc/getnetconfig.c
428
struct netconfig *ncp = NULL; /* returned value */
lib/libc/rpc/getnetconfig.c
500
freenetconfigent(struct netconfig *netconfigp)
lib/libc/rpc/getnetconfig.c
526
struct netconfig *ncp) /* where to put results */
lib/libc/rpc/getnetconfig.c
648
static struct netconfig *
lib/libc/rpc/getnetconfig.c
649
dup_ncp(struct netconfig *ncp)
lib/libc/rpc/getnetconfig.c
651
struct netconfig *p;
lib/libc/rpc/getnetpath.c
150
struct netconfig *
lib/libc/rpc/getnetpath.c
154
struct netconfig *ncp = NULL; /* temp. holds a netconfig session */
lib/libc/rpc/getnetpath.c
66
struct netconfig *ncp; /* an nconf entry */
lib/libc/rpc/pmap_clnt.c
105
struct netconfig *nconf;
lib/libc/rpc/pmap_clnt.c
75
struct netconfig *nconf;
lib/libc/rpc/rpc_generic.c
252
struct netconfig *
lib/libc/rpc/rpc_generic.c
260
struct netconfig *dummy;
lib/libc/rpc/rpc_generic.c
278
struct netconfig *nconf;
lib/libc/rpc/rpc_generic.c
382
struct netconfig *
lib/libc/rpc/rpc_generic.c
386
struct netconfig *nconf;
lib/libc/rpc/rpc_generic.c
495
struct netconfig *
lib/libc/rpc/rpc_generic.c
550
__rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip)
lib/libc/rpc/rpc_generic.c
573
__rpc_nconf2fd(const struct netconfig *nconf)
lib/libc/rpc/rpc_generic.c
605
taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf)
lib/libc/rpc/rpc_generic.c
618
uaddr2taddr(const struct netconfig *nconf, const char *uaddr)
lib/libc/rpc/rpc_internal.h
43
struct netconfig *__rpcgettp(int);
lib/libc/rpc/rpc_internal.h
55
struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
lib/libc/rpc/rpc_soc.c
102
static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
lib/libc/rpc/rpc_soc.c
114
struct netconfig *nconf;
lib/libc/rpc/rpc_soc.c
228
struct netconfig *nconf;
lib/libc/rpc/rpc_soc.c
368
struct netconfig *nconf) /* Netconf of the transport */
lib/libc/rpc/rpcb_clnt.c
1013
rpcb_getmaps(const struct netconfig *nconf, const char *host)
lib/libc/rpc/rpcb_clnt.c
1064
const struct netconfig *nconf, /* Netconfig structure */
lib/libc/rpc/rpcb_clnt.c
114
static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
lib/libc/rpc/rpcb_clnt.c
1145
struct netconfig *nconf;
lib/libc/rpc/rpcb_clnt.c
116
static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
lib/libc/rpc/rpcb_clnt.c
1200
rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr)
lib/libc/rpc/rpcb_clnt.c
1235
rpcb_uaddr2taddr(struct netconfig *nconf, char *uaddr)
lib/libc/rpc/rpcb_clnt.c
305
getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr)
lib/libc/rpc/rpcb_clnt.c
434
static struct netconfig *loopnconf;
lib/libc/rpc/rpcb_clnt.c
477
struct netconfig *nconf, *tmpnconf = NULL;
lib/libc/rpc/rpcb_clnt.c
533
const struct netconfig *nconf, /* Network structure of transport */
lib/libc/rpc/rpcb_clnt.c
592
rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf)
lib/libc/rpc/rpcb_clnt.c
630
got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf)
lib/libc/rpc/rpcb_clnt.c
678
const struct netconfig *nconf, const char *host, CLIENT **clpp)
lib/libc/rpc/rpcb_clnt.c
714
struct netconfig *newnconf;
lib/libc/rpc/rpcb_clnt.c
805
struct netconfig *nconf_clts;
lib/libc/rpc/rpcb_clnt.c
980
const struct netconfig *nconf, struct netbuf *address,
lib/libc/rpc/svc.c
250
const struct netconfig *nconf)
lib/libc/rpc/svc.c
255
struct netconfig *tnconf;
lib/libc/rpc/svc_dg.c
485
struct netconfig *nconf;
lib/libc/rpc/svc_dg.c
577
struct netconfig *nconf;
lib/libc/rpc/svc_generic.c
102
struct netconfig *nconf;
lib/libc/rpc/svc_generic.c
164
const struct netconfig *nconf) /* Netconfig structure for the network */
lib/libc/rpc/svc_generic.c
200
const struct netconfig *nconf, /* Netconfig struct for nettoken */
lib/libc/rpc/svc_simple.c
114
struct netconfig *nconf;
lib/libwrap/tcpd.h
36
struct netconfig *config; /* netdir handle */
sbin/mount_nfs/getnfsargs.c
109
struct netconfig *nconf;
sys/fs/nfs/common/nfs_commonkrpc.c
174
struct netconfig *nconf;
sys/fs/nfs/nlm/nlm_prot_impl.c
1444
struct netconfig *nconf;
sys/fs/nfs/nlm/nlm_prot_impl.c
530
struct netconfig *nconf = NULL;
tests/lib/libc/rpc/t_rpc.c
45
reply(caddr_t replyp, struct netbuf * raddrp, struct netconfig * nconf)
usr.bin/rpcinfo/rpcinfo.c
1234
struct netconfig *nconf = NULL;
usr.bin/rpcinfo/rpcinfo.c
1253
clnt_addr_create(const char *address, const struct netconfig *nconf,
usr.bin/rpcinfo/rpcinfo.c
1294
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
139
static bool_t reply_proc(void *, struct netbuf *, struct netconfig *);
usr.bin/rpcinfo/rpcinfo.c
1394
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
143
static CLIENT *clnt_addr_create(const char *, const struct netconfig *,
usr.bin/rpcinfo/rpcinfo.c
146
static CLIENT *getclnthandle(const char *, const struct netconfig *,
usr.bin/rpcinfo/rpcinfo.c
1597
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
1622
getclnthandle(const char *host, const struct netconfig *nconf,
usr.bin/rpcinfo/rpcinfo.c
558
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
599
struct netconfig *nconf /* On which transport the reply came */
usr.bin/rpcinfo/rpcinfo.c
703
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
911
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
937
struct netconfig *nconf;
usr.bin/rup/rup.c
154
static int rstat_reply(char *, struct netbuf *, struct netconfig *);
usr.bin/rup/rup.c
203
rstat_reply(char *replyp, struct netbuf *raddrp, struct netconfig *nconf)
usr.bin/rusers/rusers.c
141
rusers_reply(char *replyp, struct netbuf *raddrp, struct netconfig *nconf)
usr.bin/rusers/rusers.c
68
static int rusers_reply(char *, struct netbuf *, struct netconfig *);
usr.sbin/inetd/inetd.c
1018
struct netconfig *nconf;
usr.sbin/inetd/inetd.c
981
struct netconfig *nconf;
usr.sbin/mountd/mountd.c
349
struct netconfig *udpconf, *tcpconf, *udp6conf, *tcp6conf;
usr.sbin/nfsd/nfsd.c
144
struct netconfig *nc;
usr.sbin/rpc.lockd/lock_proc.c
157
struct netconfig *nconf;
usr.sbin/rpc.lockd/lockd.c
92
struct netconfig *nconf;
usr.sbin/rpcbind/check_bound.c
121
add_bndlist(struct netconfig *nconf, struct netbuf *baddr __unused)
usr.sbin/rpcbind/check_bound.c
124
struct netconfig *newnconf;
usr.sbin/rpcbind/check_bound.c
236
struct netconfig *
usr.sbin/rpcbind/check_bound.c
70
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_stat.c
107
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_stat.c
151
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_4.c
330
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_4.c
331
struct netconfig *reg_nconf;
usr.sbin/rpcbind/rpcb_svc_com.c
382
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_com.c
410
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_com.c
503
create_rmtcall_fd(struct netconfig *nconf)
usr.sbin/rpcbind/rpcb_svc_com.c
613
struct netconfig *nconf;
usr.sbin/rpcbind/rpcbind.c
136
static int init_transport(struct netconfig *);
usr.sbin/rpcbind/rpcbind.c
137
static void rbllist_add(rpcprog_t, rpcvers_t, struct netconfig *,
usr.sbin/rpcbind/rpcbind.c
152
struct netconfig *nconf;
usr.sbin/rpcbind/rpcbind.c
280
init_transport(struct netconfig *nconf)
usr.sbin/rpcbind/rpcbind.c
810
rbllist_add(rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf,
usr.sbin/rpcbind/rpcbind.h
119
int create_rmtcall_fd(struct netconfig *);
usr.sbin/rpcbind/rpcbind.h
88
int add_bndlist(struct netconfig *, struct netbuf *);
usr.sbin/rpcbind/rpcbind.h
91
struct netconfig *rpcbind_get_conf(const char *);
usr.sbin/rpcbind/util.c
106
struct netconfig *nconf;
usr.sbin/ypserv/ypserv/ypserv.c
298
struct netconfig *cfg = NULL;