Searched refs:SIOCGIFFLAGS (Results 1 - 25 of 34) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dlinux_ioctl.c29 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) {
69 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) {
H A Ddriver_wired.c423 if (ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) {
424 perror("ioctl[SIOCGIFFLAGS]");
H A Ddriver_macsec_qca.c140 if (ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) {
141 perror("ioctl[SIOCGIFFLAGS]");
/external/wpa_supplicant_8/src/drivers/
H A Dlinux_ioctl.c29 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) {
69 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) {
H A Ddriver_wired.c423 if (ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) {
424 perror("ioctl[SIOCGIFFLAGS]");
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dlinux_ioctl.c29 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) {
69 if (ioctl(sock, SIOCGIFFLAGS, &ifr) != 0) {
H A Ddriver_wired.c423 if (ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) {
424 perror("ioctl[SIOCGIFFLAGS]");
/external/kernel-headers/original/uapi/linux/
H A Dsockios.h36 #define SIOCGIFFLAGS 0x8913 /* get flags */ macro
/external/strace/
H A Dsock.c114 case SIOCGIFFLAGS:
179 case SIOCGIFFLAGS:
/external/dhcpcd/
H A Dnet.c208 if (ioctl(socket_afnet, SIOCGIFFLAGS, &ifr) == -1)
285 if (ioctl(socket_afnet, SIOCGIFFLAGS, &ifr) == -1)
318 if (ioctl(socket_afnet, SIOCGIFFLAGS, &ifr) == 0) {
/external/chromium_org/third_party/webrtc/base/
H A Difaddrs-android.cc58 int rc = ioctl(fd, SIOCGIFFLAGS, &ifr);
/external/libpcap/
H A Dfad-gifc.c250 if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifrflags) < 0) {
254 "SIOCGIFFLAGS: %.*s: %s",
H A Dpcap-linux.c875 if (ioctl(sock_fd, SIOCGIFFLAGS, &ifr) == -1) {
1102 if (ioctl(handle->fd, SIOCGIFFLAGS, &ifr) == -1) {
1104 "Can't restore interface %s flags (SIOCGIFFLAGS failed: %s).\n"
1166 if (ioctl(handle->fd, SIOCGIFFLAGS, &ifr) != -1) {
2128 if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifrflags) < 0) {
2132 "SIOCGIFFLAGS: %.*s: %s",
2275 if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifrflags) < 0) {
2279 "SIOCGIFFLAGS: %.*s: %s",
5167 if (ioctl(sock_fd, SIOCGIFFLAGS, &ifr) == -1) {
5621 if (ioctl(handle->fd, SIOCGIFFLAGS,
[all...]
H A Dpcap-bpf.c700 if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifr) < 0) {
1399 if (ioctl(fd, SIOCGIFFLAGS, (char *)&ifr) < 0) {
1407 "SIOCGIFFLAGS on %s failed: %s",
1610 if (ioctl(sockfd, SIOCGIFFLAGS,
1622 "SIOCGIFFLAGS failed: %s",
/external/ppp/pppd/
H A Dsys-solaris.c438 if (ioctl(fd, SIOCGIFFLAGS, &ifr) < 0) {
441 error("SIOCGIFFLAGS: %m");
799 if (ioctl(ipfd, SIOCGIFFLAGS, &ifr) < 0) {
800 error("SIOCGIFFLAGS: %m");
1769 if (ioctl(ipfd, SIOCGIFFLAGS, &ifr) < 0) {
1794 if (ioctl(ipfd, SIOCGIFFLAGS, &ifr) < 0) {
1992 if (ioctl(ipfd, SIOCGIFFLAGS, &ifr) >= 0
2181 if (ioctl(ipfd, SIOCGIFFLAGS, &ifreq) < 0)
2439 if (ioctl(ipfd, SIOCGIFFLAGS, &ifreq) < 0)
H A Dsys-linux.c1780 if (ioctl(sock_fd, SIOCGIFFLAGS, &ifreq) < 0)
1917 if (ioctl(sock_fd, SIOCGIFFLAGS, &ifreq) < 0)
2067 ok = ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) >= 0;
2076 ok = ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) >= 0;
2249 if (ioctl(sock_fd, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) {
2251 error("ioctl (SIOCGIFFLAGS): %m (line %d)", __LINE__);
2281 if (ioctl(sock_fd, SIOCGIFFLAGS, (caddr_t) &ifr) < 0) {
2283 error("ioctl (SIOCGIFFLAGS): %m (line %d)", __LINE__);
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c174 if (ioctl(sockfd, SIOCGIFFLAGS, &ifr) < 0) {
304 if (ioctl(sockfd, SIOCGIFFLAGS, &ifrcopy) < 0) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc63 _(SIOCGIFFLAGS, WRITE, struct_ifreq_sz);
/external/iproute2/ip/
H A Diplink.c623 err = ioctl(fd, SIOCGIFFLAGS, &ifr);
625 perror("SIOCGIFFLAGS");
/external/iputils/
H A Darping.c822 if (ioctl(s, SIOCGIFFLAGS, ifr) < 0) {
H A Drdisc.c1156 if (ioctl(sock, SIOCGIFFLAGS, (char *)&ifreq) < 0) {
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c325 if (ioctl(sock, SIOCGIFFLAGS, &ifr) < 0) {
326 fatalSys("ioctl(SIOCGIFFLAGS)");
/external/valgrind/main/include/vki/
H A Dvki-darwin.h922 #define VKI_SIOCGIFFLAGS SIOCGIFFLAGS
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_init.c52 if (ioctl(fd, SIOCGIFFLAGS, &ifr) != 0) {
53 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCGIFFLAGS) failed "
/external/wpa_supplicant_8/src/ap/
H A Dvlan_init.c52 if (ioctl(fd, SIOCGIFFLAGS, &ifr) != 0) {
53 wpa_printf(MSG_ERROR, "VLAN: %s: ioctl(SIOCGIFFLAGS) failed "

Completed in 1663 milliseconds

12