Lines Matching refs:strioc
340 struct strioctl strioc; in nca_set_nif() local
344 strioc.ic_cmd = NCA_SET_IF; in nca_set_nif()
345 strioc.ic_timout = INFTIM; in nca_set_nif()
346 strioc.ic_len = sizeof (nca_ioctl); in nca_set_nif()
347 strioc.ic_dp = (char *)&nca_ioctl; in nca_set_nif()
355 if (ioctl(fd, I_STR, &strioc) < 0) { in nca_set_nif()
1085 struct strioctl strioc; in nca_del_nif() local
1112 strioc.ic_cmd = NCA_SET_IF; in nca_del_nif()
1113 strioc.ic_timout = INFTIM; in nca_del_nif()
1114 strioc.ic_len = sizeof (nca_ioctl); in nca_del_nif()
1115 strioc.ic_dp = (char *)&nca_ioctl; in nca_del_nif()
1121 if (ioctl(fd, I_STR, &strioc) < 0) { in nca_del_nif()