OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nc_device
(Results
1 - 6
of
6
) sorted by relevancy
/src/include/
netconfig.h
46
char *
nc_device
; /* Network device pathname */
member in struct:netconfig
/src/external/bsd/am-utils/dist/conf/transp/
transp_tli.c
196
*sock = t_open(nc->
nc_device
, O_RDWR, 0);
199
plog(XLOG_ERROR, "t_open %s: %m", nc->
nc_device
);
241
*sock = t_open(nc->
nc_device
, O_RDWR, 0);
244
plog(XLOG_ERROR, "t_open %s: %m", nc->
nc_device
);
348
td = t_open(nc->
nc_device
, O_RDWR, (struct t_info *) NULL);
484
td = t_open(ncp->
nc_device
, O_RDWR, (struct t_info *) NULL);
662
if (stat(ncp->
nc_device
, &statbuf) < 0) {
663
plog(XLOG_ERROR, "could not stat() %s: %m", ncp->
nc_device
);
857
fd = t_open(autofs_ncp->
nc_device
, O_RDWR, NULL);
/src/lib/libc/rpc/
clnt_generic.c
262
cl->cl_tp = strdup(nconf->
nc_device
);
361
cl->cl_tp = strdup(nconf->
nc_device
);
getnetconfig.c
579
if ((ncp->
nc_device
= strtok_r(NULL, "\t ", &lasts)) == NULL)
679
p->
nc_device
= strcpy(tmp, ncp->
nc_device
);
svc_generic.c
314
xprt->xp_tp = strdup(nconf->
nc_device
);
/src/usr.sbin/rpcbind/
rpcb_svc_com.c
512
__func__, nconf->
nc_device
, strerror(errno));
Completed in 86 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026