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

/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c365 struct strioctl ioc; local
368 bzero((char *) &ioc, sizeof(ioc));
369 ioc.ic_cmd = cmd;
370 ioc.ic_timout = 0;
372 /* ioc.ic_len = ((struct ifconf *) arg)->ifc_len; */
375 ioc.ic_len = 1024;
376 ioc.ic_dp = ((struct ifconf *) arg)->ifc_buf;
378 ioc.ic_len = sizeof(struct ifreq); ioc
[all...]

Completed in 12 milliseconds