HomeSort by relevance Sort by last modified time
    Searched refs:SIOCSIFNAME (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
sockios.h 47 #define SIOCSIFNAME 0x8923
  /device/google/bonito/sdm710/kernel-headers/linux/
sockios.h 46 #define SIOCSIFNAME 0x8923
  /device/google/bonito/sdm710/original-kernel-headers/linux/
sockios.h 52 #define SIOCSIFNAME 0x8923 /* set interface name */
  /device/google/crosshatch/sdm845/kernel-headers/linux/
sockios.h 46 #define SIOCSIFNAME 0x8923
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
sockios.h 52 #define SIOCSIFNAME 0x8923 /* set interface name */
  /external/iproute2/include/uapi/linux/
sockios.h 55 #define SIOCSIFNAME 0x8923 /* set interface name */
  /external/kernel-headers/original/uapi/linux/
sockios.h 55 #define SIOCSIFNAME 0x8923 /* set interface name */
  /external/autotest/client/deps/lansim/src/
wrapper_sys_ioctl.c 57 PyModule_AddIntMacro(m, SIOCSIFNAME);
  /external/strace/
sock.c 379 case SIOCSIFNAME:
398 if (code == SIOCSIFNAME) {
  /external/iproute2/ip/
iplink.c 1111 err = ioctl(fd, SIOCSIFNAME, &ifr);
1113 perror("SIOCSIFNAME");
    [all...]
  /external/ppp/pppd/
sys-solaris.c 760 if (strioctl(ipfd, SIOCSIFNAME, (char *)&ifr, sizeof ifr, 0) < 0)
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_solaris_amd64.go     [all...]
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]

Completed in 2614 milliseconds

1 2