HomeSort by relevance Sort by last modified time
    Searched defs:SIOCGIFFLAGS (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/scapy/scapy/arch/bpf/
consts.py 11 SIOCGIFFLAGS = 0xc0206911
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
sockio.h 75 #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) /* get ifnet flags */
  /external/scapy/scapy/arch/
linux.py 46 SIOCGIFFLAGS = 0x8913 # get flags
131 ifflags = struct.unpack("16xH14x",get_if(i,SIOCGIFFLAGS))[0]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctls.h 35 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ioctls.h 35 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /bionic/libc/kernel/uapi/linux/
sockios.h 31 #define SIOCGIFFLAGS 0x8913
  /external/iproute2/include/uapi/linux/
sockios.h 39 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /external/kernel-headers/original/uapi/linux/
sockios.h 39 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /hardware/qcom/msm8994/kernel-headers/linux/
sockios.h 32 #define SIOCGIFFLAGS 0x8913
  /hardware/qcom/msm8994/original-kernel-headers/linux/
sockios.h 36 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /hardware/qcom/msm8996/kernel-headers/linux/
sockios.h 32 #define SIOCGIFFLAGS 0x8913
  /hardware/qcom/msm8996/original-kernel-headers/linux/
sockios.h 36 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /hardware/qcom/msm8998/kernel-headers/linux/
sockios.h 32 #define SIOCGIFFLAGS 0x8913
  /hardware/qcom/msm8998/original-kernel-headers/linux/
sockios.h 36 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /hardware/qcom/msm8x09/kernel-headers/linux/
sockios.h 32 #define SIOCGIFFLAGS 0x8913
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
sockios.h 36 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /hardware/qcom/msm8x26/kernel-headers/linux/
sockios.h 32 #define SIOCGIFFLAGS 0x8913
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
sockios.h 36 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sockios.h 36 #define SIOCGIFFLAGS 0x8913 /* get flags */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go 830 SIOCGIFFLAGS = 0xc0206911
    [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go 777 SIOCGIFFLAGS = -0x3fdf96ef
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go     [all...]

Completed in 816 milliseconds

1 2 3