Home
last modified time | relevance | path

Searched refs:SIOCGARP (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dioctl.h104 #define SIOCGARP 0x8954 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dioctl.h104 #define SIOCGARP 0x8954 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dioctl.h104 #define SIOCGARP 0x8954 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dioctl.h104 #define SIOCGARP 0x8954 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dioctl.h104 #define SIOCGARP 0x8954 macro
/third_party/musl/include/sys/
Dioctl.h104 #define SIOCGARP 0x8954 macro
/third_party/musl/ndk_musl_include/sys/
Dioctl.h104 #define SIOCGARP 0x8954 macro
/third_party/libuv/src/unix/
Dsunos.c775 if (ioctl(sockfd, SIOCGARP, (char*)&arpreq) == -1) { in uv__set_phys_addr()