Searched defs:etherstub (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c368 { "create-etherstub", do_create_etherstub,
369 " create-etherstub [-t] <link>" },
370 { "delete-etherstub", do_delete_etherstub,
371 " delete-etherstub [-t] <link>" },
372 { "show-etherstub", do_show_etherstub,
373 " show-etherstub [-t] [<link>]\n" },
1439 #define DLADM_ETHERSTUB_NAME "etherstub"
4794 do_etherstub_check(const char *name, datalink_id_t linkid, boolean_t etherstub, argument
4807 if (is_etherstub != etherstub) {
4809 (is_etherstub ? "a vnic" : "an etherstub"));
4814 do_delete_vnic_common(int argc, char *argv[], const char *use, boolean_t etherstub) argument
5101 do_show_vnic_common(int argc, char *argv[], const char *use, boolean_t etherstub) argument
[all...]

Completed in 71 milliseconds