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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c1781 struct strioctl IOCReq; local
1784 IOCReq.ic_cmd = SIOCGLIFFLAGS;
1785 IOCReq.ic_timout = 40;
1786 IOCReq.ic_len = sizeof(struct lifreq);
1787 IOCReq.ic_dp = (caddr_t)pInterface;
1788 rc = ldi_ioctl(hDevice, I_STR, (intptr_t)&IOCReq, FKIOCTL, kcred, &ret);
1805 struct strioctl IOCReq; local
1808 IOCReq.ic_cmd = SIOCSLIFMUXID;
1809 IOCReq.ic_timout = 40;
1810 IOCReq
[all...]

Completed in 153 milliseconds