Searched refs:RT_NET (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/stand/lib/inet/ |
H A D | ipv4.h | 41 #define RT_NET 8 /* Destination is a network */ macro
|
/titanic_44/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 643 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 D | zonecfg.h | 70 #define RT_NET 6 macro
|
H A D | zonecfg_grammar.y | 952 resource_type: NET { $$ = RT_NET; }
|