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

/freebsd-10-stable/include/
H A Dnetconfig.h19 char *nc_device; /* Network device pathname */ member in struct:netconfig
/freebsd-10-stable/sys/rpc/
H A Dnetconfig.h19 char *nc_device; /* Network device pathname */ member in struct:netconfig
/freebsd-10-stable/lib/libc/rpc/
H A Dgetnetconfig.c617 if ((ncp->nc_device = strtok_r(NULL, "\t ", &lasts)) == NULL) {
720 p->nc_device = (char *)strcpy(tmp,ncp->nc_device);
H A Dclnt_generic.c309 cl->cl_tp = strdup(nconf->nc_device);
397 cl->cl_tp = strdup(nconf->nc_device);
H A Dsvc_generic.c303 xprt->xp_tp = strdup(nconf->nc_device);
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dtli.c212 if (stat(config->nc_device, &from_config) == 0) {
/freebsd-10-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c297 nconf_udp.nc_device = (char*)"-";
307 nconf_udp6.nc_device = (char*)"-";
/freebsd-10-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c501 nconf->nc_device, errno);

Completed in 385 milliseconds