Searched refs:nc_proto (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/
H A Dnetconfig.h18 char *nc_proto; /* Protocol name */ member in struct:netconfig
74 * nc_proto values
/barrelfish-master/lib/libc/rpc/
H A Dgetnetconfig.c613 if ((ncp->nc_proto = strtok_r(NULL, "\t ", &lasts)) == NULL) {
719 p->nc_proto = (char *)strcpy(tmp,ncp->nc_proto);
H A Drpc_generic.c266 if (strcmp(nconf->nc_proto, NC_TCP) == 0 &&
275 if (strcmp(nconf->nc_proto, NC_UDP) == 0 &&
404 strcmp(nconf->nc_proto, NC_TCP))
416 strcmp(nconf->nc_proto, NC_UDP))
H A Drpcb_clnt.c627 if ((strcmp(nconf->nc_proto, rmap->r_nc_proto) == 0) &&
745 if (strcmp(nconf->nc_proto, NC_TCP) == 0) {
768 pmapparms.pm_prot = strcmp(nconf->nc_proto, NC_TCP) ?

Completed in 38 milliseconds