Home
last modified time | relevance | path

Searched defs:ifreq (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/lib/
Dif2ip.h58 struct ifreq { struct
61 union {
63 } ifr_ifrn;
88 #define SIOCGIFADDR _IOW('s', 102, struct ifreq) /* Get if addr */ argument
/third_party/musl/porting/liteos_m/kernel/include/net/
Dif.h76 struct ifreq { struct
77 union {
79 } ifr_ifrn;
80 union {
112 #define _IOT_ifreq _IOT(_IOTS(char),IFNAMSIZ,_IOTS(char),16,0,0) argument
/third_party/musl/include/net/
Dif.h76 struct ifreq { struct
77 union {
79 } ifr_ifrn;
80 union {
112 #define _IOT_ifreq _IOT(_IOTS(char),IFNAMSIZ,_IOTS(char),16,0,0) argument
/third_party/musl/porting/liteos_a/kernel/include/net/
Dif.h76 struct ifreq { struct
77 union {
79 } ifr_ifrn;
80 union {
112 #define _IOT_ifreq _IOT(_IOTS(char),IFNAMSIZ,_IOTS(char),16,0,0) argument
/third_party/musl/porting/uniproton/kernel/include/net/
Dif.h76 struct ifreq { struct
77 union {
79 } ifr_ifrn;
80 union {
112 #define _IOT_ifreq _IOT(_IOTS(char),IFNAMSIZ,_IOTS(char),16,0,0) argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Dif.h76 struct ifreq { struct
77 union {
79 } ifr_ifrn;
80 union {
112 #define _IOT_ifreq _IOT(_IOTS(char),IFNAMSIZ,_IOTS(char),16,0,0) argument
/third_party/libwebsockets/lib/misc/
Dgetifaddrs.c119 struct ifreq ifreq; in getifaddrs2() local
/third_party/ltp/testcases/kernel/pty/
Dpty04.c246 struct ifreq ifreq = { 0 }; in open_netdev() local
/third_party/lwip/src/include/lwip/
Dsockets.h183 struct ifreq { struct
184 char ifr_name[IFNAMSIZ]; /* Interface name */