Searched defs:ifreq (Results 1 – 9 of 9) sorted by relevance
| /third_party/curl/lib/ |
| D | if2ip.h | 58 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/ |
| D | if.h | 76 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/ |
| D | if.h | 76 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/ |
| D | if.h | 76 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/ |
| D | if.h | 76 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/ |
| D | if.h | 76 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/ |
| D | getifaddrs.c | 119 struct ifreq ifreq; in getifaddrs2() local
|
| /third_party/ltp/testcases/kernel/pty/ |
| D | pty04.c | 246 struct ifreq ifreq = { 0 }; in open_netdev() local
|
| /third_party/lwip/src/include/lwip/ |
| D | sockets.h | 183 struct ifreq { struct 184 char ifr_name[IFNAMSIZ]; /* Interface name */
|