OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:na_cvt
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/rpc/
rpc_generic.c
105
static const struct netid_af
na_cvt
[] = {
variable in typeref:typename:const struct netid_af[]
557
for (i = 0; i < (sizeof
na_cvt
) / (sizeof (struct netid_af)); i++)
558
if (!strcmp(
na_cvt
[i].netid, nconf->nc_netid)) {
559
sip->si_af =
na_cvt
[i].af;
560
sip->si_proto =
na_cvt
[i].protocol;
593
for (i = 0; i < (sizeof
na_cvt
) / (sizeof (struct netid_af)); i++)
594
if (
na_cvt
[i].af == sip->si_af &&
595
na_cvt
[i].protocol == sip->si_proto) {
597
*netid =
na_cvt
[i].netid;
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025