Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/inet/
H A Dipv4.h41 #define RT_NET 8 /* Destination is a network */ macro
/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg.c643 case RT_NET: in CPL_MATCH_FN()
1074 case RT_NET: in usage()
1290 rt_to_str(RT_NET), rt_to_str(RT_DEVICE), in usage()
1339 (void) fprintf(fp, "\t%s\t\t%s, %s, %s|%s\n", rt_to_str(RT_NET), in usage()
1966 rt_to_str(RT_NET)); in export_func()
2166 case RT_NET: in add_resource()
2465 type == RT_NET || type == RT_DEVICE || type == RT_ATTR || in gz_invalid_resource()
3053 z_cmd_rt_perror(CMD_REMOVE, RT_NET, err, B_TRUE); in remove_net()
3057 z_cmd_rt_perror(CMD_REMOVE, RT_NET, err, B_TRUE); in remove_net()
3071 z_cmd_rt_perror(CMD_REMOVE, RT_NET, err, B_TRUE); in remove_net()
[all …]
H A Dzonecfg.h70 #define RT_NET 6 macro
H A Dzonecfg_grammar.y952 resource_type: NET { $$ = RT_NET; }