Searched refs:netconfig (Results 26 - 50 of 88) sorted by relevance

1234

/freebsd-10.3-release/lib/libc/rpc/
H A Drpc_generic.c58 #include <netconfig.h>
239 struct netconfig *
248 struct netconfig *dummy;
262 struct netconfig *nconf;
352 * Returns the next netconfig struct for the given "net" type.
355 struct netconfig *
360 struct netconfig *nconf;
471 struct netconfig *
526 __rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip)
548 __rpc_nconf2fd(const struct netconfig *ncon
[all...]
H A Dsvc_generic.c90 struct netconfig *nconf;
152 const struct netconfig *nconf; /* Netconfig structure for the network */
158 "svc_tp_create: invalid netconfig structure for prog %u vers %u",
167 (void) rpcb_unset(prognum, versnum, (struct netconfig *) nconf);
191 const struct netconfig *nconf; /* Netconfig struct for nettoken */
204 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.c54 struct netconfig *nconf;
H A Drpc_soc.c81 static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
103 struct netconfig *nconf;
233 struct netconfig *nconf;
380 struct netconfig *nconf; /* Netconf of the transport */
512 struct netconfig *nconf;
H A Dkey_call.c56 #include <netconfig.h>
312 struct netconfig *nconf;
313 struct netconfig *tpconf;
/freebsd-10.3-release/usr.sbin/rpcbind/
H A Drpcb_stat.c43 #include <netconfig.h>
109 struct netconfig *nconf;
153 struct netconfig *nconf;
H A Drpcbind.c68 #include <netconfig.h>
118 static int init_transport(struct netconfig *);
119 static void rbllist_add(rpcprog_t, rpcvers_t, struct netconfig *,
128 struct netconfig *nconf;
158 nc_handle = setnetconfig(); /* open netconfig file */
160 syslog(LOG_ERR, "could not read /etc/netconfig");
247 init_transport(struct netconfig *nconf)
734 rbllist_add(rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf,
H A Drpcb_svc_4.c51 #include <netconfig.h>
332 struct netconfig *nconf;
333 struct netconfig *reg_nconf;
/freebsd-10.3-release/sys/rpc/
H A Dclnt.h48 #include <rpc/netconfig.h>
50 #include <netconfig.h>
395 * belong to the nettype namespace (/etc/netconfig).
426 * struct netconfig *nconf; -- network type
433 extern CLIENT *clnt_reconnect_create(struct netconfig *nconf,
498 * Generic client creation routine. It takes a netconfig structure
502 const rpcvers_t, const struct netconfig *);
507 * const struct netconfig *netconf; -- network config structure
515 const rpcvers_t, const struct netconfig *, const struct timeval *);
520 * const struct netconfig *netcon
[all...]
H A Dkrpc.h62 struct netconfig* rc_nconf; /* network type */
H A Dsvc_generic.c92 struct netconfig *nconf;
154 const struct netconfig *nconf) /* Netconfig structure for the network */
156 struct netconfig nconfcopy;
163 "svc_tp_create: invalid netconfig structure for prog %u vers %u\n",
208 const struct netconfig *nconf, /* Netconfig struct for nettoken */
220 printf("svc_tli_create: invalid netconfig\n");
H A Drpc_generic.c235 __rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip)
257 __rpc_nconf2socket(const struct netconfig *nconf)
277 taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf)
287 uaddr2taddr(const struct netconfig *nconf, const char *uaddr)
513 struct netconfig *
519 struct netconfig *dummy;
522 struct netconfig *nconf;
563 * unset, i.e. iterate over all visible entries in netconfig.
604 * Returns the next netconfig struct for the given "net" type.
607 struct netconfig *
[all...]
H A Dsvc.h514 * const struct netconfig *nconf;
520 const struct netconfig *);
745 * Generic server creation routine. It takes a netconfig structure
751 const struct netconfig *);
757 * const struct netconfig *nconf; -- netconfig structure
789 const struct netconfig *, const struct t_bind *, const size_t, const size_t);
792 * const struct netconfig *nconf; -- netconfig structure for network
814 * Generic server creation routine. It takes a netconfig structur
[all...]
/freebsd-10.3-release/include/rpc/
H A Dclnt.h43 #include <netconfig.h>
265 * belong to the nettype namespace (/etc/netconfig).
327 * Generic client creation routine. It takes a netconfig structure
331 const rpcvers_t, const struct netconfig *);
336 * const struct netconfig *netconf; -- network config structure
344 const rpcvers_t, const struct netconfig *, const struct timeval *);
349 * const struct netconfig *netconf; -- network config structure
357 extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
362 * const struct netconfig *nconf; -- netconfig structur
[all...]
H A Dsvc.h229 * const struct netconfig *nconf;
235 const struct netconfig *);
386 * Generic server creation routine. It takes a netconfig structure
392 const struct netconfig *);
397 * const struct netconfig *nconf; -- netconfig structure
404 extern SVCXPRT *svc_tli_create(const int, const struct netconfig *,
409 * const struct netconfig *nconf; -- netconfig structure for network
/freebsd-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.c64 #include <netconfig.h>
111 static int init_transport(struct netconfig *);
112 static void rbllist_add(rpcprog_t, rpcvers_t, struct netconfig *,
123 struct netconfig *nconf;
147 nc_handle = setnetconfig(); /* open netconfig file */
149 errx(1, "could not read /etc/netconfig");
229 init_transport(struct netconfig *nconf)
510 rbllist_add(rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf,
H A Drpcb_svc_4.c48 #include <netconfig.h>
330 struct netconfig *nconf;
331 struct netconfig *reg_nconf;
/freebsd-10.3-release/contrib/amd/include/
H A Dam_utils.h370 extern void compute_nfs_args(nfs_args_t *nap, mntent_t *mntp, int genflags, struct netconfig *nfsncp, struct sockaddr_in *ip_addr, u_long nfs_version, char *nfs_proto, am_nfs_handle_t *fhp, char *host_name, char *fs_name);
371 extern int create_amq_service(int *udp_soAMQp, SVCXPRT **udp_amqpp, struct netconfig **udp_amqncpp, int *tcp_soAMQp, SVCXPRT **tcp_amqpp, struct netconfig **tcp_amqncpp, u_short preferred_amq_port);
373 extern int amu_svc_register(SVCXPRT *, u_long, u_long, void (*)(struct svc_req *, SVCXPRT *), u_long, struct netconfig *);
377 extern int get_knetconfig(struct knetconfig **kncpp, struct netconfig *in_ncp, char *nc_protoname);
378 extern struct netconfig *nfsncp;
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h46 extern struct nd_hostservlist _netdir_getbyaddr(struct netconfig *, struct netbuf *);
47 extern struct nd_addrlist * _netdir_getbyname(struct netconfig *, struct nd_hostserv *);
54 extern struct netconfig * _rpc_getconf(/* ??? */);
55 extern struct netconfig * _rpc_getconfip(/* ??? */);
65 extern struct netconfig * _s_match(/* ??? */);
76 extern char * _taddr2uaddr(struct netconfig *, struct netbuf *);
79 extern struct netbuf * _uaddr2taddr(struct netconfig *, char *);
402 extern void freenetconfigent(struct netconfig *);
467 extern struct netconfig * getnetconfig(void *);
468 extern struct netconfig * getnetconfigen
[all...]
/freebsd-10.3-release/usr.sbin/rpc.lockd/
H A Dlockd.c67 #include <netconfig.h>
99 static int create_service(struct netconfig *nconf);
100 static void complete_service(struct netconfig *nconf, char *port_str);
102 void lookup_addresses(struct netconfig *nconf);
126 struct netconfig *nconf;
496 create_service(struct netconfig *nconf)
695 complete_service(struct netconfig *nconf, char *port_str)
816 lookup_addresses(struct netconfig *nconf)
/freebsd-10.3-release/usr.sbin/rpc.statd/
H A Dstatd.c71 static int create_service(struct netconfig *nconf);
72 static void complete_service(struct netconfig *nconf, char *port_str);
83 struct netconfig *nconf;
317 create_service(struct netconfig *nconf)
513 complete_service(struct netconfig *nconf, char *port_str)
/freebsd-10.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c138 static bool_t reply_proc(void *, struct netbuf *, struct netconfig *);
142 static CLIENT *clnt_addr_create(char *, struct netconfig *, u_long, u_long);
144 static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
317 struct netconfig *nconf;
560 struct netconfig *nconf;
596 reply_proc(void *res, struct netbuf *who, struct netconfig *nconf)
599 /* struct netconfig *nconf; On which transport the reply came */
699 struct netconfig *nconf;
895 struct netconfig *nconf;
924 struct netconfig *ncon
[all...]
/freebsd-10.3-release/lib/libypclnt/
H A Dypclnt_passwd.c43 #include <netconfig.h>
67 struct netconfig *nc = NULL;
141 struct netconfig *nc = NULL;
/freebsd-10.3-release/contrib/amd/conf/transp/
H A Dtransp_sockets.c239 u_long protocol, struct netconfig *dummy)
289 struct netconfig **dummy1,
292 struct netconfig **dummy2,

Completed in 127 milliseconds

1234