Home
last modified time | relevance | path

Searched refs:ARPHRD_ETHER (Results 1 – 25 of 78) sorted by relevance

1234

/external/toybox/toys/pending/
Darp.c56 {"ether", ARPHRD_ETHER },
165 if ((toys.optflags & FLAG_H) && (ifre.ifr_hwaddr.sa_family != ARPHRD_ETHER)) in set_entry()
226 req.arp_ha.sa_family = ARPHRD_ETHER; in arp_main()
228 if ((type = get_index(hwtype, TT.hw_type)) != ARPHRD_ETHER) in arp_main()
/external/strace/xlat/
Darp_hardware_types.h13 #if defined(ARPHRD_ETHER) || (defined(HAVE_DECL_ARPHRD_ETHER) && HAVE_DECL_ARPHRD_ETHER)
15 static_assert((ARPHRD_ETHER) == (1), "ARPHRD_ETHER != 1");
18 # define ARPHRD_ETHER 1
476 XLAT(ARPHRD_ETHER),
Darp_hardware_types.in3 ARPHRD_ETHER 1
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c143 #ifdef ARPHRD_ETHER in openInterface()
144 if (ifr.ifr_hwaddr.sa_family != ARPHRD_ETHER) { in openInterface()
/external/wpa_supplicant_8/src/drivers/
Dlinux_ioctl.c93 if (ifr.ifr_hwaddr.sa_family != ARPHRD_ETHER) { in linux_get_ifhwaddr()
111 ifr.ifr_hwaddr.sa_family = ARPHRD_ETHER; in linux_set_ifhwaddr()
/external/syzkaller/sys/linux/
Dsocket_packet_386.const3 ARPHRD_ETHER = 1
Dsocket_packet_ppc64le.const3 ARPHRD_ETHER = 1
Dsocket_packet_arm64.const3 ARPHRD_ETHER = 1
Dsocket_packet_amd64.const3 ARPHRD_ETHER = 1
Dsocket_packet_arm.const3 ARPHRD_ETHER = 1
Dsocket_inet_arm.const3 ARPHRD_ETHER = 1
Dsocket_inet_386.const3 ARPHRD_ETHER = 1
Dsocket_inet_ppc64le.const3 ARPHRD_ETHER = 1
Dsocket_inet_arm64.const3 ARPHRD_ETHER = 1
Dsocket_inet_amd64.const3 ARPHRD_ETHER = 1
Dtun_arm64.const20 ARPHRD_ETHER = 1
Dtun_ppc64le.const20 ARPHRD_ETHER = 1
Dtun_arm.const20 ARPHRD_ETHER = 1
Dtun_amd64.const20 ARPHRD_ETHER = 1
Dtun_386.const20 ARPHRD_ETHER = 1
Dsocket_packet.txt42 sll_hatype const[ARPHRD_ETHER, int16]
64 mr_type const[ARPHRD_ETHER, int16]
/external/libnl/include/linux-private/linux/
Dif_arp.h30 #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h31 #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ macro
/external/iproute2/include/uapi/linux/
Dif_arp.h31 #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ macro
/external/toybox/toys/net/
Difconfig.c109 {ARPHRD_LOOPBACK, "Local Loopback"}, {ARPHRD_ETHER, "Ethernet"}, in display_ifconfig()
145 if(ifre.ifr_hwaddr.sa_family == ARPHRD_ETHER) { in display_ifconfig()
431 if (!strcmp("ether", *++argv)) sock->sa_family = ARPHRD_ETHER; in ifconfig_main()

1234