Home
last modified time | relevance | path

Searched refs:nc_device (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dgetnetconfig.c613 if ((ncp->nc_device = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
716 p->nc_device = (char *)strcpy(tmp,ncp->nc_device); in dup_ncp()
H A Dclnt_generic.c302 cl->cl_tp = strdup(nconf->nc_device); in clnt_tp_create_timed()
390 cl->cl_tp = strdup(nconf->nc_device); in clnt_tli_create()
H A Dsvc_generic.c298 xprt->xp_tp = strdup(nconf->nc_device); in svc_tli_create()
/freebsd/include/
H A Dnetconfig.h48 char *nc_device; /* Network device pathname */ member
/freebsd/sys/rpc/
H A Dnetconfig.h18 char *nc_device; /* Network device pathname */ member
/freebsd/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c310 nconf_udp.nc_device = (char*)"-"; in rpcbind_get_conf()
320 nconf_udp6.nc_device = (char*)"-"; in rpcbind_get_conf()
/freebsd/contrib/tcp_wrappers/
H A Dtli.c207 if (stat(config->nc_device, &from_config) == 0) {
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c493 nconf->nc_device, errno); in create_rmtcall_fd()