Searched refs:dl_vnic (Results 1 – 2 of 2) sorted by relevance
37 dl_vnic="UTILtest_vnic$$"79 dladm delete-vnic $dl_vnic 2>/dev/null86 dladm create-vnic -t -l $dl_stub $dl_vnic || fatal \87 "failed to create $dl_vnic"143 run_one "$dl_vnic" "vnic"
64 typedef struct dl_vnic { struct65 struct dl_vnic *dlv_next; /* next VNIC on the same link */ argument66 struct dl_vnic *dlv_prev; /* prev VNIC on the same link */ argument