Symbol: netconfig
include/netconfig.h
112
struct netconfig *getnetconfig(void *);
include/netconfig.h
113
struct netconfig *getnetconfigent(const char *);
include/netconfig.h
114
void freenetconfigent(struct netconfig *);
include/netconfig.h
118
struct netconfig *getnetpath(void *);
include/netconfig.h
55
struct netconfig **nc_head;
include/netconfig.h
56
struct netconfig **nc_curr;
include/rpc/clnt.h
329
const rpcvers_t, const struct netconfig *);
include/rpc/clnt.h
342
const rpcvers_t, const struct netconfig *, const struct timeval *);
include/rpc/clnt.h
355
extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
include/rpc/clnt.h
518
const struct netconfig *);
include/rpc/nettype.h
60
extern struct netconfig *__rpc_getconf(void *);
include/rpc/nettype.h
61
extern struct netconfig *__rpc_getconfip(const char *);
include/rpc/rpc.h
100
int __rpc_nconf2sockinfo(const struct netconfig *, struct __rpc_sockinfo *);
include/rpc/rpc.h
87
char *taddr2uaddr(const struct netconfig *, const struct netbuf *);
include/rpc/rpc.h
88
struct netbuf *uaddr2taddr(const struct netconfig *, const char *);
include/rpc/rpc.h
99
int __rpc_nconf2fd(const struct netconfig *);
include/rpc/rpc_com.h
60
extern struct netconfig * __rpcgettp(int);
include/rpc/rpc_com.h
72
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
238
const struct netconfig *);
include/rpc/svc.h
395
const struct netconfig *);
include/rpc/svc.h
407
extern SVCXPRT *svc_tli_create(const int, const struct netconfig *,
lib/libc/rpc/clnt_bcast.c
263
struct netconfig *nconf; /* Netconfig structure */
lib/libc/rpc/clnt_bcast.c
274
struct netconfig *nconf;
lib/libc/rpc/clnt_generic.c
176
struct netconfig *nconf;
lib/libc/rpc/clnt_generic.c
260
const struct netconfig *nconf)
lib/libc/rpc/clnt_generic.c
274
const struct netconfig *nconf, const struct timeval *tp)
lib/libc/rpc/clnt_generic.c
288
(struct netconfig *)nconf, (char *)hostname,
lib/libc/rpc/clnt_generic.c
325
clnt_tli_create(int fd, const struct netconfig *nconf,
lib/libc/rpc/crypt_client.c
50
struct netconfig *nconf;
lib/libc/rpc/getnetconfig.c
106
struct netconfig *ncp;
lib/libc/rpc/getnetconfig.c
121
static int parse_ncp(char *, struct netconfig *);
lib/libc/rpc/getnetconfig.c
122
static struct netconfig *dup_ncp(struct netconfig *);
lib/libc/rpc/getnetconfig.c
200
struct netconfig *
lib/libc/rpc/getnetconfig.c
206
struct netconfig *np;
lib/libc/rpc/getnetconfig.c
207
struct netconfig *result;
lib/libc/rpc/getnetconfig.c
292
np = (struct netconfig *) malloc(sizeof (struct netconfig));
lib/libc/rpc/getnetconfig.c
402
struct netconfig *
lib/libc/rpc/getnetconfig.c
408
struct netconfig *ncp = NULL; /* returned value */
lib/libc/rpc/getnetconfig.c
469
if ((ncp = (struct netconfig *)
lib/libc/rpc/getnetconfig.c
470
malloc(sizeof (struct netconfig))) == NULL) {
lib/libc/rpc/getnetconfig.c
494
freenetconfigent(struct netconfig *netconfigp)
lib/libc/rpc/getnetconfig.c
520
parse_ncp(char *stringp, struct netconfig *ncp)
lib/libc/rpc/getnetconfig.c
650
static struct netconfig *
lib/libc/rpc/getnetconfig.c
651
dup_ncp(struct netconfig *ncp)
lib/libc/rpc/getnetconfig.c
653
struct netconfig *p;
lib/libc/rpc/getnetconfig.c
659
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
294
struct netconfig *nconf;
lib/libc/rpc/key_call.c
295
struct netconfig *tpconf;
lib/libc/rpc/pmap_clnt.c
62
struct netconfig *nconf;
lib/libc/rpc/pmap_clnt.c
92
struct netconfig *nconf;
lib/libc/rpc/rpc_com.h
60
extern struct netconfig * __rpcgettp(int);
lib/libc/rpc/rpc_com.h
73
const struct netconfig *, const char *host, CLIENT **clpp,
lib/libc/rpc/rpc_generic.c
211
struct netconfig *
lib/libc/rpc/rpc_generic.c
219
struct netconfig *dummy;
lib/libc/rpc/rpc_generic.c
233
struct netconfig *nconf;
lib/libc/rpc/rpc_generic.c
325
struct netconfig *
lib/libc/rpc/rpc_generic.c
329
struct netconfig *nconf;
lib/libc/rpc/rpc_generic.c
438
struct netconfig *
lib/libc/rpc/rpc_generic.c
492
__rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip)
lib/libc/rpc/rpc_generic.c
514
__rpc_nconf2fd(const struct netconfig *nconf)
lib/libc/rpc/rpc_generic.c
528
struct netconfig *nconf;
lib/libc/rpc/rpc_generic.c
554
taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf)
lib/libc/rpc/rpc_generic.c
564
uaddr2taddr(const struct netconfig *nconf, const char *uaddr)
lib/libc/rpc/rpc_soc.c
201
struct netconfig *nconf;
lib/libc/rpc/rpc_soc.c
323
const struct netconfig *nconf)
lib/libc/rpc/rpc_soc.c
452
struct netconfig *nconf;
lib/libc/rpc/rpc_soc.c
76
const struct netconfig *);
lib/libc/rpc/rpc_soc.c
92
struct netconfig *nconf;
lib/libc/rpc/rpcb_clnt.c
1018
rpcb_getaddr(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf,
lib/libc/rpc/rpcb_clnt.c
1024
(struct netconfig *) nconf, (char *) host,
lib/libc/rpc/rpcb_clnt.c
1050
rpcb_getmaps(const struct netconfig *nconf, const char *host)
lib/libc/rpc/rpcb_clnt.c
1108
rpcb_rmtcall(const struct netconfig *nconf, const char *host, rpcprog_t prog,
lib/libc/rpc/rpcb_clnt.c
1143
na = uaddr2taddr((struct netconfig *) nconf, r.addr);
lib/libc/rpc/rpcb_clnt.c
1186
struct netconfig *nconf;
lib/libc/rpc/rpcb_clnt.c
1241
rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr)
lib/libc/rpc/rpcb_clnt.c
1273
rpcb_uaddr2taddr(struct netconfig *nconf, char *uaddr)
lib/libc/rpc/rpcb_clnt.c
270
getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr)
lib/libc/rpc/rpcb_clnt.c
419
static struct netconfig *loopnconf;
lib/libc/rpc/rpcb_clnt.c
459
struct netconfig *nconf, *tmpnconf = NULL;
lib/libc/rpc/rpcb_clnt.c
518
rpcb_set(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf,
lib/libc/rpc/rpcb_clnt.c
542
parms.r_addr = taddr2uaddr((struct netconfig *) nconf,
lib/libc/rpc/rpcb_clnt.c
576
rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf)
lib/libc/rpc/rpcb_clnt.c
613
got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf)
lib/libc/rpc/rpcb_clnt.c
646
struct netconfig *nconf;
lib/libc/rpc/rpcb_clnt.c
700
const struct netconfig *nconf, const char *host,
lib/libc/rpc/rpcb_clnt.c
750
struct netconfig *newnconf;
lib/libc/rpc/rpcb_clnt.c
846
struct netconfig *nconf_clts;
lib/libc/rpc/rpcb_clnt.c
94
static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
lib/libc/rpc/rpcb_clnt.c
96
static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
lib/libc/rpc/svc.c
170
const struct netconfig *nconf)
lib/libc/rpc/svc.c
175
struct netconfig *tnconf;
lib/libc/rpc/svc.c
226
dummy = rpcb_set(prog, vers, (struct netconfig *) nconf,
lib/libc/rpc/svc_dg.c
579
struct netconfig *nconf;
lib/libc/rpc/svc_dg.c
665
struct netconfig *nconf;
lib/libc/rpc/svc_generic.c
151
rpcprog_t prognum, rpcvers_t versnum, const struct netconfig *nconf)
lib/libc/rpc/svc_generic.c
166
(void) rpcb_unset(prognum, versnum, (struct netconfig *) nconf);
lib/libc/rpc/svc_generic.c
194
svc_tli_create(int fd, const struct netconfig *nconf,
lib/libc/rpc/svc_generic.c
86
struct netconfig *nconf;
lib/libc/rpc/svc_simple.c
106
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
1077
static struct netconfig *
sbin/mount_nfs/mount_nfs.c
1081
struct netconfig *nconf;
sbin/mount_nfs/mount_nfs.c
1085
struct netconfig *nconf;
sbin/mount_nfs/mount_nfs.c
132
static struct netconfig *getnetconf_cached(const char *netid);
sbin/mount_nfs/mount_nfs.c
771
struct netconfig *nconf, *nconf_mnt;
sys/fs/nfs/nfs_commonkrpc.c
262
struct netconfig *nconf;
sys/nlm/nlm_prot_impl.c
1440
struct netconfig *nconf;
sys/nlm/nlm_prot_impl.c
527
struct netconfig *nconf = NULL;
sys/rpc/clnt.h
406
extern CLIENT *clnt_reconnect_create(struct netconfig *nconf,
sys/rpc/clnt_rc.c
75
struct netconfig *nconf, /* network type */
sys/rpc/getnetconfig.c
100
struct netconfig *nconf;
sys/rpc/getnetconfig.c
111
struct netconfig *
sys/rpc/getnetconfig.c
114
struct netconfig *nconf;
sys/rpc/getnetconfig.c
125
freenetconfigent(struct netconfig *nconf)
sys/rpc/getnetconfig.c
133
struct netconfig **nconfp = (struct netconfig **) handle;
sys/rpc/getnetconfig.c
42
static struct netconfig netconfigs[] = {
sys/rpc/getnetconfig.c
88
struct netconfig **nconfp;
sys/rpc/getnetconfig.c
90
nconfp = malloc(sizeof(struct netconfig *), M_RPC, M_WAITOK);
sys/rpc/getnetconfig.c
96
struct netconfig *
sys/rpc/getnetconfig.c
99
struct netconfig **nconfp = (struct netconfig **) handle;
sys/rpc/krpc.h
66
struct netconfig* rc_nconf; /* network type */
sys/rpc/netconfig.h
25
struct netconfig **nc_head;
sys/rpc/netconfig.h
26
struct netconfig **nc_curr;
sys/rpc/netconfig.h
82
struct netconfig *getnetconfig(void *);
sys/rpc/netconfig.h
83
struct netconfig *getnetconfigent(const char *);
sys/rpc/netconfig.h
84
void freenetconfigent(struct netconfig *);
sys/rpc/netconfig.h
89
struct netconfig *getnetpath(void *);
sys/rpc/nettype.h
64
extern struct netconfig *__rpc_getconf(void *);
sys/rpc/nettype.h
65
extern struct netconfig *__rpc_getconfip(const char *);
sys/rpc/rpc.h
111
int __rpc_nconf2fd(const struct netconfig *);
sys/rpc/rpc.h
112
int __rpc_nconf2sockinfo(const struct netconfig *, struct __rpc_sockinfo *);
sys/rpc/rpc.h
115
struct socket *__rpc_nconf2socket(const struct netconfig *);
sys/rpc/rpc.h
116
int __rpc_nconf2sockinfo(const struct netconfig *, struct __rpc_sockinfo *);
sys/rpc/rpc.h
98
char *taddr2uaddr(const struct netconfig *, const struct netbuf *);
sys/rpc/rpc.h
99
struct netbuf *uaddr2taddr(const struct netconfig *, const char *);
sys/rpc/rpc_com.h
71
extern struct netconfig * __rpcgettp(int);
sys/rpc/rpc_com.h
84
const struct netconfig *, const char *host, CLIENT **clpp,
sys/rpc/rpc_generic.c
232
__rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip)
sys/rpc/rpc_generic.c
254
__rpc_nconf2socket(const struct netconfig *nconf)
sys/rpc/rpc_generic.c
274
taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf)
sys/rpc/rpc_generic.c
284
uaddr2taddr(const struct netconfig *nconf, const char *uaddr)
sys/rpc/rpc_generic.c
510
struct netconfig *
sys/rpc/rpc_generic.c
516
struct netconfig *dummy;
sys/rpc/rpc_generic.c
519
struct netconfig *nconf;
sys/rpc/rpc_generic.c
603
struct netconfig *
sys/rpc/rpc_generic.c
607
struct netconfig *nconf;
sys/rpc/rpcb_clnt.c
140
rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf)
sys/rpc/rpcb_clnt.c
80
const struct netconfig *nconf, /* Network structure of transport */
sys/rpc/rpcb_clnt.c
88
struct netconfig nconfcopy;
sys/rpc/rpcb_clnt.h
67
const struct netconfig *, const struct netbuf *);
sys/rpc/rpcb_clnt.h
69
const struct netconfig *);
sys/rpc/rpcb_clnt.h
71
extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *);
sys/rpc/rpcb_clnt.h
72
extern enum clnt_stat rpcb_rmtcall(const struct netconfig *,
sys/rpc/rpcb_clnt.h
80
const struct netconfig *, struct netbuf *,
sys/rpc/rpcb_clnt.h
83
extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *);
sys/rpc/rpcb_clnt.h
84
extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
sys/rpc/svc.c
504
const struct netconfig *nconf)
sys/rpc/svc.c
555
struct netconfig tnc;
sys/rpc/svc.h
409
const struct netconfig *);
sys/rpc/svc.h
585
const struct netconfig *);
sys/rpc/svc.h
622
extern SVCXPRT *svc_tli_create(SVCPOOL *, const struct netconfig *,
sys/rpc/svc_generic.c
132
const struct netconfig *nconf, /* Netconfig struct for nettoken */
sys/rpc/svc_generic.c
79
const struct netconfig *nconf) /* Netconfig structure for the network */
sys/rpc/svc_generic.c
81
struct netconfig nconfcopy;
tools/build/cross-build/include/common/netconfig.h
39
#if __has_include_next(<netconfig.h>)
usr.bin/rpcinfo/rpcinfo.c
1222
struct netconfig *nconf = NULL;
usr.bin/rpcinfo/rpcinfo.c
1242
clnt_addr_create(char *address, struct netconfig *nconf,
usr.bin/rpcinfo/rpcinfo.c
1283
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
1289
if (nconf == (struct netconfig *)NULL)
usr.bin/rpcinfo/rpcinfo.c
129
const struct netconfig *);
usr.bin/rpcinfo/rpcinfo.c
133
static CLIENT *clnt_addr_create(char *, struct netconfig *, u_long, u_long);
usr.bin/rpcinfo/rpcinfo.c
135
static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
usr.bin/rpcinfo/rpcinfo.c
1385
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
1401
if (nconf == (struct netconfig *)NULL)
usr.bin/rpcinfo/rpcinfo.c
1561
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
1586
getclnthandle(char *host, struct netconfig *nconf,
usr.bin/rpcinfo/rpcinfo.c
308
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
551
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
589
const struct netconfig *nconf)
usr.bin/rpcinfo/rpcinfo.c
693
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
888
struct netconfig *nconf;
usr.bin/rpcinfo/rpcinfo.c
917
struct netconfig *nconf;
usr.sbin/inetd/inetd.c
1181
struct netconfig *netid4, *netid6;
usr.sbin/inetd/inetd.c
1318
struct netconfig *netid, *netid2 = NULL;
usr.sbin/inetd/inetd.c
279
static struct netconfig *udpconf, *tcpconf, *udp6conf, *tcp6conf;
usr.sbin/mountd/mountd.c
1037
complete_service(struct netconfig *nconf, char *port_str)
usr.sbin/mountd/mountd.c
209
static int create_service(struct netconfig *nconf);
usr.sbin/mountd/mountd.c
210
static void complete_service(struct netconfig *nconf, char *port_str);
usr.sbin/mountd/mountd.c
423
struct netconfig *nconf;
usr.sbin/mountd/mountd.c
819
create_service(struct netconfig *nconf)
usr.sbin/nfsd/nfsd.c
152
struct netconfig *nconf_udp, *nconf_tcp, *nconf_udp6, *nconf_tcp6;
usr.sbin/rpc.lockd/lock_proc.c
195
struct netconfig *nconf;
usr.sbin/rpc.lockd/lockd.c
100
static int create_service(struct netconfig *nconf);
usr.sbin/rpc.lockd/lockd.c
101
static void complete_service(struct netconfig *nconf, char *port_str);
usr.sbin/rpc.lockd/lockd.c
123
struct netconfig *nconf;
usr.sbin/rpc.lockd/lockd.c
499
create_service(struct netconfig *nconf)
usr.sbin/rpc.lockd/lockd.c
723
complete_service(struct netconfig *nconf, char *port_str)
usr.sbin/rpc.statd/statd.c
326
create_service(struct netconfig *nconf)
usr.sbin/rpc.statd/statd.c
522
complete_service(struct netconfig *nconf, char *port_str)
usr.sbin/rpc.statd/statd.c
71
static int create_service(struct netconfig *nconf);
usr.sbin/rpc.statd/statd.c
72
static void complete_service(struct netconfig *nconf, char *port_str);
usr.sbin/rpc.statd/statd.c
83
struct netconfig *nconf;
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
166
struct netconfig *nconf;
usr.sbin/rpcbind/check_bound.c
107
add_bndlist(const struct netconfig *nconf, struct netbuf *baddr __unused)
usr.sbin/rpcbind/check_bound.c
110
struct netconfig *newnconf;
usr.sbin/rpcbind/check_bound.c
224
struct netconfig *
usr.sbin/rpcbind/check_bound.c
60
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_stat.c
106
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_stat.c
150
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_4.c
328
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_4.c
329
struct netconfig *reg_nconf;
usr.sbin/rpcbind/rpcb_svc_com.c
369
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_com.c
394
struct netconfig *nconf;
usr.sbin/rpcbind/rpcb_svc_com.c
487
create_rmtcall_fd(const struct netconfig *nconf)
usr.sbin/rpcbind/rpcb_svc_com.c
600
struct netconfig *nconf;
usr.sbin/rpcbind/rpcbind.c
129
static const struct netconfig netlink_nconf = {
usr.sbin/rpcbind/rpcbind.c
142
static int init_transport(const struct netconfig *);
usr.sbin/rpcbind/rpcbind.c
143
static void rbllist_add(rpcprog_t, rpcvers_t, const struct netconfig *,
usr.sbin/rpcbind/rpcbind.c
153
struct netconfig *nconf;
usr.sbin/rpcbind/rpcbind.c
300
init_transport(const struct netconfig *nconf)
usr.sbin/rpcbind/rpcbind.c
783
rbllist_add(rpcprog_t prog, rpcvers_t vers, const struct netconfig *nconf,
usr.sbin/rpcbind/rpcbind.h
121
int create_rmtcall_fd(const struct netconfig *);
usr.sbin/rpcbind/rpcbind.h
92
int add_bndlist(const struct netconfig *, struct netbuf *);
usr.sbin/rpcbind/rpcbind.h
95
struct netconfig *rpcbind_get_conf(const char *);
usr.sbin/rpcbind/tests/addrmerge_test.c
295
struct netconfig*
usr.sbin/rpcbind/tests/addrmerge_test.c
300
static struct netconfig nconf_udp;
usr.sbin/rpcbind/tests/addrmerge_test.c
302
static struct netconfig nconf_udp6;
usr.sbin/rpcbind/util.c
119
struct netconfig *nconf;
usr.sbin/ypserv/yp_main.c
252
create_service(const int sock, const struct netconfig *nconf,
usr.sbin/ypserv/yp_main.c
454
struct netconfig *nconf;