Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.h133 #define PT_DEFROUTER 35 macro
H A Dzonecfg.c1102 pt_to_str(PT_DEFROUTER), gettext("<IP-address>"), in usage()
1103 cmd_to_str(CMD_SET), pt_to_str(PT_DEFROUTER), in usage()
1341 pt_to_str(PT_PHYSICAL), pt_to_str(PT_DEFROUTER)); in usage()
1971 export_prop(of, PT_DEFROUTER, nwiftab.zone_nwif_defrouter); in export_func()
2732 case PT_DEFROUTER: in fill_in_nwiftab()
3526 if (prop_type != PT_DEFROUTER) { in remove_property()
4485 case PT_DEFROUTER: in set_func()
5039 output_prop(fp, PT_DEFROUTER, nwiftab->zone_nwif_defrouter, B_TRUE); in output_net()
5971 rt_to_str(RT_NET), pt_to_str(PT_DEFROUTER), in verify_func()
H A Dzonecfg_grammar.y978 | DEFROUTER { $$ = PT_DEFROUTER; }