Lines Matching defs:ifreq
124 struct ifreq ifreq;
127 strncpy(ifreq.ifr_name, name, sizeof(ifreq.ifr_name));
128 if (ioctl(s, SIOCGIFFLAGS, (caddr_t)&ifreq) == -1)
130 flags = ifreq.ifr_flags;
138 struct ifreq ifreq;
140 ifreq.ifr_flags = flags;
141 strncpy(ifreq.ifr_name, name, sizeof(ifreq.ifr_name));
142 if (ioctl(s, SIOCSIFFLAGS, (caddr_t)&ifreq) == -1)
152 struct ifreq ifr;
292 struct ifreq ifr;
319 struct ifreq ifr;
610 struct ifreq ifr;