Home
last modified time | relevance | path

Searched refs:ifreq (Results 1 – 6 of 6) sorted by relevance

/development/ndk/platforms/android-3/include/net/
Dif_ether.h156 int ether_addmulti (struct ifreq *, struct ethercom *);
157 int ether_delmulti (struct ifreq *, struct ethercom *);
158 int ether_changeaddr (struct ifreq *, struct ethercom *);
/development/ndk/platforms/android-21/include/net/
Dif_ether.h156 int ether_addmulti (struct ifreq *, struct ethercom *);
157 int ether_delmulti (struct ifreq *, struct ethercom *);
158 int ether_changeaddr (struct ifreq *, struct ethercom *);
/development/ndk/platforms/android-3/include/linux/
Dif_ppp.h66 struct ifreq b;
71 struct ifreq b;
Dif.h121 struct ifreq struct
170 struct ifreq __user *ifcu_req;
/development/ndk/platforms/android-21/include/linux/
Dif.h151 struct ifreq { struct
205 struct ifreq __user *ifcu_req;
/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp65 ifreq ifr; in get_interface()