Searched refs:strioctl (Results 1 – 1 of 1) sorted by relevance
72 # define STRSET(cmd, param, len) {strioctl.ic_cmd=(cmd);\73 strioctl.ic_dp=(param);\74 strioctl.ic_timout=0;\75 strioctl.ic_len=(len);}174 struct strioctl strioctl; local193 if (ioctl(sock, I_STR, (caddr_t) &strioctl) < 0) {258 if (ioctl(sock, I_STR, (caddr_t) &strioctl) == 0) {