Symbol: netconfig
include/netconfig.h
26
struct netconfig **nc_head;
include/netconfig.h
27
struct netconfig **nc_curr;
include/netconfig.h
83
struct netconfig *getnetconfig(void *);
include/netconfig.h
84
struct netconfig *getnetconfigent(const char *);
include/netconfig.h
85
void freenetconfigent(struct netconfig *);
include/netconfig.h
89
struct netconfig *getnetpath(void *);
include/rpc/clnt.h
330
const rpcvers_t, const struct netconfig *);
include/rpc/clnt.h
343
const rpcvers_t, const struct netconfig *, const struct timeval *);
include/rpc/clnt.h
356
extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
include/rpc/nettype.h
60
struct netconfig *__rpc_getconf(void *);
include/rpc/nettype.h
61
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 *, struct __rpc_sockinfo *);
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/rpc_com.h
62
extern struct netconfig * __rpcgettp(int);
include/rpc/rpc_com.h
74
struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
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
69
extern enum clnt_stat rpcb_rmtcall(const struct netconfig *,
include/rpc/rpcb_clnt.h
77
const struct netconfig *, struct netbuf *,
include/rpc/rpcb_clnt.h
80
extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *);
include/rpc/rpcb_clnt.h
81
extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
include/rpc/svc.h
200
const struct netconfig *);
include/rpc/svc.h
350
const struct netconfig *);
include/rpc/svc.h
363
extern SVCXPRT *svc_tli_create(const int, const struct netconfig *,
lib/libc/rpc/clnt_bcast.c
258
struct netconfig *nconf; /* Netconfig structure */
lib/libc/rpc/clnt_bcast.c
269
struct netconfig *nconf;
lib/libc/rpc/clnt_generic.c
196
struct netconfig *nconf;
lib/libc/rpc/clnt_generic.c
280
const struct netconfig *nconf)
lib/libc/rpc/clnt_generic.c
294
const struct netconfig *nconf, const struct timeval *tp)
lib/libc/rpc/clnt_generic.c
308
(struct netconfig *)nconf, (char *)hostname,
lib/libc/rpc/clnt_generic.c
345
clnt_tli_create(int fd, const struct netconfig *nconf,
lib/libc/rpc/crypt_client.c
52
struct netconfig *nconf;
lib/libc/rpc/getnetconfig.c
106
struct netconfig *ncp;
lib/libc/rpc/getnetconfig.c
122
static int parse_ncp(char *, struct netconfig *);
lib/libc/rpc/getnetconfig.c
123
static struct netconfig *dup_ncp(struct netconfig *);
lib/libc/rpc/getnetconfig.c
223
struct netconfig *
lib/libc/rpc/getnetconfig.c
229
struct netconfig *np;
lib/libc/rpc/getnetconfig.c
298
np = (struct netconfig *) malloc(sizeof (struct netconfig));
lib/libc/rpc/getnetconfig.c
398
struct netconfig *
lib/libc/rpc/getnetconfig.c
404
struct netconfig *ncp = NULL; /* returned value */
lib/libc/rpc/getnetconfig.c
460
if ((ncp = (struct netconfig *)
lib/libc/rpc/getnetconfig.c
461
malloc(sizeof (struct netconfig))) == NULL) {
lib/libc/rpc/getnetconfig.c
485
freenetconfigent(struct netconfig *netconfigp)
lib/libc/rpc/getnetconfig.c
510
struct netconfig *ncp) /* where to put results */
lib/libc/rpc/getnetconfig.c
641
static struct netconfig *
lib/libc/rpc/getnetconfig.c
642
dup_ncp(struct netconfig *ncp)
lib/libc/rpc/getnetconfig.c
644
struct netconfig *p;
lib/libc/rpc/getnetconfig.c
650
if ((p=(struct netconfig *)malloc(sizeof(struct netconfig))) == NULL) {
lib/libc/rpc/getnetpath.c
139
struct netconfig *
lib/libc/rpc/getnetpath.c
143
struct netconfig *ncp = NULL; /* temp. holds a netconfig session */
lib/libc/rpc/getnetpath.c
50
struct netconfig *ncp; /* an nconf entry */
lib/libc/rpc/key_call.c
289
struct netconfig *nconf;
lib/libc/rpc/key_call.c
290
struct netconfig *tpconf;
lib/libc/rpc/pmap_clnt.c
64
struct netconfig *nconf;
lib/libc/rpc/pmap_clnt.c
94
struct netconfig *nconf;
lib/libc/rpc/rpc_com.h
62
extern struct netconfig * __rpcgettp(int);
lib/libc/rpc/rpc_com.h
75
const struct netconfig *, const char *host, CLIENT **clpp,
lib/libc/rpc/rpc_generic.c
221
struct netconfig *
lib/libc/rpc/rpc_generic.c
229
struct netconfig *dummy;
lib/libc/rpc/rpc_generic.c
253
struct netconfig *nconf;
lib/libc/rpc/rpc_generic.c
343
struct netconfig *
lib/libc/rpc/rpc_generic.c
347
struct netconfig *nconf;
lib/libc/rpc/rpc_generic.c
456
struct netconfig *
lib/libc/rpc/rpc_generic.c
510
__rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip)
lib/libc/rpc/rpc_generic.c
532
__rpc_nconf2fd(const struct netconfig *nconf)
lib/libc/rpc/rpc_generic.c
546
struct netconfig *nconf;
lib/libc/rpc/rpc_generic.c
572
taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf)
lib/libc/rpc/rpc_generic.c
582
uaddr2taddr(const struct netconfig *nconf, const char *uaddr)
lib/libc/rpc/rpc_soc.c
199
struct netconfig *nconf;
lib/libc/rpc/rpc_soc.c
322
struct netconfig *nconf) /* Netconf of the transport */
lib/libc/rpc/rpc_soc.c
449
struct netconfig *nconf;
lib/libc/rpc/rpc_soc.c
74
static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
lib/libc/rpc/rpc_soc.c
90
struct netconfig *nconf;
lib/libc/rpc/rpcb_clnt.c
1036
const struct netconfig *nconf, struct netbuf *address,
lib/libc/rpc/rpcb_clnt.c
1042
(struct netconfig *) nconf, (char *) host,
lib/libc/rpc/rpcb_clnt.c
1068
rpcb_getmaps(const struct netconfig *nconf, const char *host)
lib/libc/rpc/rpcb_clnt.c
1118
rpcb_rmtcall(const struct netconfig *nconf, const char *host, rpcprog_t prog,
lib/libc/rpc/rpcb_clnt.c
1153
na = uaddr2taddr((struct netconfig *) nconf, r.addr);
lib/libc/rpc/rpcb_clnt.c
116
static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
lib/libc/rpc/rpcb_clnt.c
118
static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
lib/libc/rpc/rpcb_clnt.c
1196
struct netconfig *nconf;
lib/libc/rpc/rpcb_clnt.c
1251
rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr)
lib/libc/rpc/rpcb_clnt.c
1283
rpcb_uaddr2taddr(struct netconfig *nconf, char *uaddr)
lib/libc/rpc/rpcb_clnt.c
298
getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr)
lib/libc/rpc/rpcb_clnt.c
447
static struct netconfig *loopnconf;
lib/libc/rpc/rpcb_clnt.c
487
struct netconfig *nconf, *tmpnconf = NULL;
lib/libc/rpc/rpcb_clnt.c
543
const struct netconfig *nconf, /* Network structure of transport */
lib/libc/rpc/rpcb_clnt.c
567
parms.r_addr = taddr2uaddr((struct netconfig *) nconf,
lib/libc/rpc/rpcb_clnt.c
601
rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf)
lib/libc/rpc/rpcb_clnt.c
638
got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf)
lib/libc/rpc/rpcb_clnt.c
671
struct netconfig *nconf;
lib/libc/rpc/rpcb_clnt.c
725
const struct netconfig *nconf, const char *host,
lib/libc/rpc/rpcb_clnt.c
765
struct netconfig *newnconf;
lib/libc/rpc/rpcb_clnt.c
863
struct netconfig *nconf_clts;
lib/libc/rpc/svc.c
168
const struct netconfig *nconf)
lib/libc/rpc/svc.c
173
struct netconfig *tnconf;
lib/libc/rpc/svc.c
226
dummy = rpcb_set(prog, vers, (struct netconfig *) nconf,
lib/libc/rpc/svc_dg.c
445
struct netconfig *nconf;
lib/libc/rpc/svc_dg.c
531
struct netconfig *nconf;
lib/libc/rpc/svc_generic.c
144
const struct netconfig *nconf) /* Netconfig structure for the network */
lib/libc/rpc/svc_generic.c
159
rpcb_unset(prognum, versnum, (struct netconfig *) nconf);
lib/libc/rpc/svc_generic.c
183
const struct netconfig *nconf, /* Netconfig struct for nettoken */
lib/libc/rpc/svc_generic.c
83
struct netconfig *nconf;
lib/libc/rpc/svc_simple.c
105
struct netconfig *nconf;
lib/libypclnt/ypclnt_passwd.c
141
struct netconfig *nc = NULL;
lib/libypclnt/ypclnt_passwd.c
67
struct netconfig *nc = NULL;
sbin/mount_nfs/mount_nfs.c
184
static struct netconfig *getnetconf_cached(const char *);
sbin/mount_nfs/mount_nfs.c
600
struct netconfig *nconf, *nconf_mnt;
sbin/mount_nfs/mount_nfs.c
818
static struct netconfig *
sbin/mount_nfs/mount_nfs.c
822
struct netconfig *nconf;
sbin/mount_nfs/mount_nfs.c
826
struct netconfig *nconf;
sbin/mountd/mountd.c
155
void create_service(struct netconfig *nconf);
sbin/mountd/mountd.c
251
struct netconfig *nconf;
sbin/mountd/mountd.c
465
create_service(struct netconfig *nconf)
sbin/nfsd/nfsd.c
112
struct netconfig *nconf_udp, *nconf_tcp, *nconf_udp6, *nconf_tcp6;
usr.bin/rpcinfo/rpcinfo.c
1202
struct netconfig *nconf = NULL;
usr.bin/rpcinfo/rpcinfo.c
1222
clnt_addr_create(char *address, struct netconfig *nconf,
usr.bin/rpcinfo/rpcinfo.c
1263
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
130
static bool_t reply_proc(void *, struct netbuf *, struct netconfig *);
usr.bin/rpcinfo/rpcinfo.c
134
static CLIENT *clnt_addr_create(char *, struct netconfig *, u_long, u_long);
usr.bin/rpcinfo/rpcinfo.c
136
static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
usr.bin/rpcinfo/rpcinfo.c
1362
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
1536
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
1561
getclnthandle(char *host, struct netconfig *nconf,
usr.bin/rpcinfo/rpcinfo.c
309
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
543
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
579
reply_proc(void *res, struct netbuf *who, struct netconfig *nconf)
usr.bin/rpcinfo/rpcinfo.c
682
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
887
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
916
struct netconfig *nconf;
usr.sbin/keyserv/keyserv.c
113
struct netconfig *nconf = NULL;
usr.sbin/rpc.lockd/lock_proc.c
155
struct netconfig *nconf;
usr.sbin/rpc.lockd/lockd.c
100
struct netconfig *nconf;
usr.sbin/rpc.lockd/lockd.c
271
create_service(struct netconfig *nconf)
usr.sbin/rpc.lockd/lockd.c
80
void create_service(struct netconfig *);
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
166
struct netconfig *nconf;
usr.sbin/rpcbind/check_bound.c
104
add_bndlist(struct netconfig *nconf, struct netbuf *baddr __unused)
usr.sbin/rpcbind/check_bound.c
107
struct netconfig *newnconf;
usr.sbin/rpcbind/check_bound.c
212
struct netconfig *
usr.sbin/rpcbind/check_bound.c
57
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
329
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_4.c
330
struct netconfig *reg_nconf;
usr.sbin/rpcbind/rpcb_svc_com.c
370
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_com.c
398
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_com.c
491
create_rmtcall_fd(struct netconfig *nconf)
usr.sbin/rpcbind/rpcb_svc_com.c
605
struct netconfig *nconf;
usr.sbin/rpcbind/rpcbind.c
106
static int init_transport(struct netconfig *);
usr.sbin/rpcbind/rpcbind.c
107
static void rbllist_add(rpcprog_t, rpcvers_t, struct netconfig *,
usr.sbin/rpcbind/rpcbind.c
115
struct netconfig *nconf;
usr.sbin/rpcbind/rpcbind.c
228
init_transport(struct netconfig *nconf)
usr.sbin/rpcbind/rpcbind.c
645
rbllist_add(rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf,
usr.sbin/rpcbind/rpcbind.h
112
int create_rmtcall_fd(struct netconfig *);
usr.sbin/rpcbind/rpcbind.h
81
int add_bndlist(struct netconfig *, struct netbuf *);
usr.sbin/rpcbind/rpcbind.h
84
struct netconfig *rpcbind_get_conf(char *);
usr.sbin/rpcbind/util.c
131
struct netconfig *nconf;