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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c287 struct strioctl ioc; local
289 (void) memset(&ioc, 0, sizeof (ioc));
290 ioc.ic_cmd = cmd;
291 ioc.ic_timout = 0;
292 ioc.ic_len = buflen;
293 ioc.ic_dp = buf;
295 return (ioctl(s, I_STR, (char *)&ioc));

Completed in 25 milliseconds