/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/net/ |
if_ether.h | 156 int ether_addmulti (struct ifreq *, struct ethercom *); 157 int ether_delmulti (struct ifreq *, struct ethercom *); 158 int ether_changeaddr (struct ifreq *, struct ethercom *);
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/net/ |
if_ether.h | 156 int ether_addmulti (struct ifreq *, struct ethercom *); 157 int ether_delmulti (struct ifreq *, struct ethercom *); 158 int ether_changeaddr (struct ifreq *, struct ethercom *);
|
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/net/ |
if_ether.h | 156 int ether_addmulti (struct ifreq *, struct ethercom *); 157 int ether_delmulti (struct ifreq *, struct ethercom *); 158 int ether_changeaddr (struct ifreq *, struct ethercom *);
|
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/net/ |
if_ether.h | 156 int ether_addmulti (struct ifreq *, struct ethercom *); 157 int ether_delmulti (struct ifreq *, struct ethercom *); 158 int ether_changeaddr (struct ifreq *, struct ethercom *);
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/net/ |
if_ether.h | 156 int ether_addmulti (struct ifreq *, struct ethercom *); 157 int ether_delmulti (struct ifreq *, struct ethercom *); 158 int ether_changeaddr (struct ifreq *, struct ethercom *);
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/net/ |
if_ether.h | 156 int ether_addmulti (struct ifreq *, struct ethercom *); 157 int ether_delmulti (struct ifreq *, struct ethercom *); 158 int ether_changeaddr (struct ifreq *, struct ethercom *);
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/net/ |
if_ether.h | 156 int ether_addmulti (struct ifreq *, struct ethercom *); 157 int ether_delmulti (struct ifreq *, struct ethercom *); 158 int ether_changeaddr (struct ifreq *, struct ethercom *);
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/net/ |
if_ether.h | 156 int ether_addmulti (struct ifreq *, struct ethercom *); 157 int ether_delmulti (struct ifreq *, struct ethercom *); 158 int ether_changeaddr (struct ifreq *, struct ethercom *);
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/net/ |
if_ether.h | 156 int ether_addmulti (struct ifreq *, struct ethercom *); 157 int ether_delmulti (struct ifreq *, struct ethercom *); 158 int ether_changeaddr (struct ifreq *, struct ethercom *);
|
/external/ppp/pppd/ |
sys-linux.c | 1194 struct ifreq ifr; 1210 struct ifreq ifr; 1783 struct ifreq ifreq, bestifreq; local 1870 struct ifreq ifreq; local 1908 struct ifreq *ifr, *ifend, ifreq; local [all...] |
/external/libpcap/ |
fad-gifc.c | 113 * We assume that's "sizeof(ifreq.ifr_name)" plus 255, under the assumption 140 register struct ifreq *ifrp, *ifend, *ifnext; 148 struct ifreq ifrflags, ifrnetmask, ifrbroadaddr, ifrdstaddr; 198 ifrp = (struct ifreq *)buf; 199 ifend = (struct ifreq *)(buf + ifc.ifc_len); 216 ifnext = (struct ifreq *)((char *)ifrp + n);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wired_common.c | 35 struct ifreq ifr; 60 struct ifreq ifr; 85 struct ifreq ifr;
|
driver_openbsd.c | 33 struct ifreq ifr;
|
/external/android-clat/ |
tun.c | 48 struct ifreq ifr;
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
hwtstamp_config.c | 87 struct ifreq ifr;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_common.h | 83 static int process_args(struct ifreq* ifr, char **argv);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
net_tstamp.h | 35 * %SIOCSHWTSTAMP expects a &struct ifreq with a ifr_data pointer to
|
/system/netd/tests/ |
tun_interface.cpp | 62 struct ifreq ifr = {
|
/test/vts-testcase/kernel/api/tun/ |
vts_kernel_tun_test.cpp | 58 struct ifreq ifr = {
|
/bionic/libc/bionic/ |
net_if.cpp | 51 struct ifreq ifr; 65 struct ifreq ifr;
|
/external/ipsec-tools/src/racoon/ |
grabmyaddr.c | 257 struct ifreq ifr; 439 struct ifreq *iflist; 441 struct ifreq *ifr, *ifr_end; 454 iflist = (struct ifreq *)racoon_malloc(len); 489 ifr_end = (struct ifreq *) (ifconf.ifc_buf + ifconf.ifc_len); 492 (sizeof((p)->ifr_name) + sysdep_sa_len(&(p)->ifr_addr) > sizeof(struct ifreq) \ 493 ? sizeof((p)->ifr_name) + sysdep_sa_len(&(p)->ifr_addr) : sizeof(struct ifreq)) 497 ifr = (struct ifreq *)((caddr_t)ifr + _IFREQ_LEN(ifr))) {
|
/external/ltp/testcases/kernel/syscalls/sockioctl/ |
sockioctl01.c | 50 static struct ifreq ifr; 242 ifr = *(struct ifreq *)ifc.ifc_buf;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_ppp.h | 103 struct ifreq b; 108 struct ifreq b;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/ |
if.h | 127 struct ifreq struct 183 struct ifreq *ifcu_req;
|
if_ppp.h | 123 struct ifreq b; 128 struct ifreq b;
|