Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h70 #define RT1_WLAN 4 macro
73 #define RT1_MAX RT1_WLAN
H A Dnwamcfg.c1338 } else if (cmd->cmd_res1_type == RT1_WLAN) { in create_func()
1385 } else if (cmd->cmd_res1_type == RT1_WLAN) { in create_func()
1435 else if (obj1_type == RT1_WLAN) in create_func()
1585 cmd->cmd_res1_type == RT1_WLAN)) { in destroy_func()
1653 } else if (cmd->cmd_res1_type == RT1_WLAN) { in destroy_func()
1871 case RT1_WLAN: in select_func()
3033 } else if (cmd->cmd_res1_type == RT1_WLAN) { in list_func()
3070 cmd->cmd_res1_type == RT1_WLAN) { in list_func()
3494 cmd->cmd_res1_type == RT1_WLAN) { in export_func()
3517 case RT1_WLAN: in export_func()
H A Dnwamcfg_grammar.y851 | WLAN { $$ = RT1_WLAN; }