Searched defs:nct (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c1228 struct nct_t nct[] = { variable in typeref:struct:nct_t
1234 int nct_entries = sizeof (nct) / sizeof (nct[0]);
1298 if (strcmp(net_options, nct[i].p_name) == 0)
1299 return (nct[i].p_id);

Completed in 46 milliseconds