Home
last modified time | relevance | path

Searched refs:net_options (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c1245 char net_options[NCT_BUFSIZE]; in get_netconfig_strategy() local
1260 sizeof (net_options)) { in get_netconfig_strategy()
1261 (void) prom_getprop(cn, "net-config-strategy", net_options); in get_netconfig_strategy()
1262 net_options[proplen] = '\0'; in get_netconfig_strategy()
1285 for (nop = net_options, op++; in get_netconfig_strategy()
1287 nop < &net_options[NCT_BUFSIZE]; nop++, op++) in get_netconfig_strategy()
1291 net_options[0] = '\0'; in get_netconfig_strategy()
1297 if (strcmp(net_options, nct[i].p_name) == 0) in get_netconfig_strategy()