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

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c1246 char net_options[NCT_BUFSIZE]; local
1261 sizeof (net_options)) {
1262 (void) prom_getprop(cn, "net-config-strategy", net_options);
1263 net_options[proplen] = '\0';
1286 for (nop = net_options, op++;
1288 nop < &net_options[NCT_BUFSIZE]; nop++, op++)
1292 net_options[0] = '\0';
1298 if (strcmp(net_options, nct[i].p_name) == 0)

Completed in 60 milliseconds