Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.h41 #define RT_NET 8 /* Destination is a network */ macro
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c665 case RT_NET: in CPL_MATCH_FN()
1102 case RT_NET: in usage()
1333 rt_to_str(RT_NET), rt_to_str(RT_DEVICE), in usage()
1382 (void) fprintf(fp, "\t%s\t\t%s, %s, %s|%s\n", rt_to_str(RT_NET), in usage()
2015 rt_to_str(RT_NET)); in export_func()
2226 case RT_NET: in add_resource()
2533 type == RT_NET || type == RT_DEVICE || type == RT_ATTR || in gz_invalid_resource()
3169 z_cmd_rt_perror(CMD_REMOVE, RT_NET, err, B_TRUE); in remove_net()
3173 z_cmd_rt_perror(CMD_REMOVE, RT_NET, err, B_TRUE); in remove_net()
3187 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.y953 resource_type: NET { $$ = RT_NET; }