Home
last modified time | relevance | path

Searched refs:ETH_P_PAE (Results 1 – 25 of 30) sorted by relevance

12

/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c99 case ETH_P_PAE: in handle_data()
176 drv->common.sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE)); in wired_init_sockets()
308 hdr->ethertype = htons(ETH_P_PAE); in wired_send_eapol()
Ddriver_hostap.c108 case ETH_P_PAE: in handle_data()
311 *((u16 *) pos) = htons(ETH_P_PAE); in hostap_send_eapol()
/external/strace/xlat/
Dethernet_protocols.h454 #if defined(ETH_P_PAE) || (defined(HAVE_DECL_ETH_P_PAE) && HAVE_DECL_ETH_P_PAE)
456 static_assert((ETH_P_PAE) == (0x888E), "ETH_P_PAE != 0x888E");
459 # define ETH_P_PAE 0x888E
714 XLAT(ETH_P_PAE),
Dethernet_protocols.in66 ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
/external/libnl/include/linux-private/linux/
Dif_ether.h79 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/wpa_supplicant_8/src/utils/
Dcommon.h332 #ifndef ETH_P_PAE
333 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
336 #define ETH_P_EAPOL ETH_P_PAE
/external/iproute2/include/uapi/linux/
Dif_ether.h86 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h88 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const150 ETH_P_PAE = 34958
Dvnet_amd64.const150 ETH_P_PAE = 34958
Dvnet_arm.const150 ETH_P_PAE = 34958
Dvnet_386.const150 ETH_P_PAE = 34958
Dvnet_ppc64le.const150 ETH_P_PAE = 34958
/external/libnl/lib/
Dutils.c786 __ADD(ETH_P_PAE,pae)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go410 ETH_P_PAE = 0x888e const
Dzerrors_linux_mipsle.go445 ETH_P_PAE = 0x888e const
Dzerrors_linux_s390x.go445 ETH_P_PAE = 0x888e const
Dzerrors_linux_arm.go445 ETH_P_PAE = 0x888e const
Dzerrors_linux_ppc64le.go445 ETH_P_PAE = 0x888e const
Dzerrors_linux_mips64.go445 ETH_P_PAE = 0x888e const
Dzerrors_linux_ppc64.go445 ETH_P_PAE = 0x888e const
Dzerrors_linux_amd64.go445 ETH_P_PAE = 0x888e const
Dzerrors_linux_mips64le.go445 ETH_P_PAE = 0x888e const
Dzerrors_linux_386.go445 ETH_P_PAE = 0x888e const
Dzerrors_linux_mips.go445 ETH_P_PAE = 0x888e const

12