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

/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c52 #define DLADM(args...) spoof_run_proc("/usr/sbin/dladm", \ macro
472 (void) DLADM("delete-vnic", testvnic1);
476 (void) DLADM("delete-vnic", testvnic0);
479 (void) DLADM("delete-etherstub", testether);
486 if (DLADM("create-etherstub", "-t", testether) != 0) {
492 if (DLADM("create-vnic", "-t", "-l", testether, testvnic0) != 0) {
503 if (DLADM("create-vnic", "-t", "-l", testether,

Completed in 46 milliseconds