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

/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dipv4.h41 #define RT_NET 8 /* Destination is a network */ macro
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h70 #define RT_NET 6 macro
H A Dzonecfg.c641 case RT_NET:
988 case RT_NET:
1204 rt_to_str(RT_NET), rt_to_str(RT_DEVICE),
1253 (void) fprintf(fp, "\t%s\t\t%s, %s, %s|%s\n", rt_to_str(RT_NET),
1880 rt_to_str(RT_NET));
2080 case RT_NET:
2379 type == RT_NET || type == RT_DEVICE || type == RT_ATTR ||
2967 z_cmd_rt_perror(CMD_REMOVE, RT_NET, err, B_TRUE);
2971 z_cmd_rt_perror(CMD_REMOVE, RT_NET, err, B_TRUE);
2985 z_cmd_rt_perror(CMD_REMOVE, RT_NET, er
[all...]
H A Dzonecfg_grammar.y952 resource_type: NET { $$ = RT_NET; }

Completed in 209 milliseconds