Home
last modified time | relevance | path

Searched refs:SIOCGIFHWADDR (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish/sepolicy/common/
Drild.te10 SIOCGIFHWADDR };
Ddhcpclient.te22 SIOCGIFHWADDR };
Ddhcprelay.te22 SIOCGIFHWADDR };
Dnetmgr.te29 allowxperm netmgr self:packet_socket ioctl { SIOCGIFINDEX SIOCGIFHWADDR };
/device/generic/trusty/sepolicy/
Ddhcpclient.te17 SIOCGIFHWADDR };
/device/google/bonito/sdm710/kernel-headers/linux/
Dsockios.h50 #define SIOCGIFHWADDR 0x8927 macro
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dsockios.h56 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */ macro
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dsockios.h50 #define SIOCGIFHWADDR 0x8927 macro
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dsockios.h56 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */ macro
/device/google/wahoo/sepolicy/vendor/
Dlocation.te27 allowxperm location self:udp_socket ioctl { SIOCGIFINDEX SIOCGIFHWADDR SIOCIWFIRSTPRIV_05 };
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dlocation.te27 allowxperm location self:udp_socket ioctl { SIOCGIFINDEX SIOCGIFHWADDR SIOCIWFIRSTPRIV_05 };
/device/google/bonito-sepolicy/vendor/qcom/common/
Dlocation.te27 allowxperm location self:udp_socket ioctl { SIOCGIFINDEX SIOCGIFHWADDR SIOCIWFIRSTPRIV_05 };
/device/google/coral-sepolicy/vendor/qcom/common/
Dlocation.te32 allowxperm location self:udp_socket ioctl { SIOCGIFINDEX SIOCGIFHWADDR SIOCIWFIRSTPRIV_05 };
/device/generic/goldfish/dhcp/client/
Dinterface.cpp195 int status = ::ioctl(mSocketFd, SIOCGIFHWADDR, &request); in populateMacAddress()
/device/generic/goldfish/radio/ril/
Dipv6_monitor.cpp256 status = ::ioctl(mSocketFd, SIOCGIFHWADDR, &request); in initInterfaces()