Home
last modified time | relevance | path

Searched refs:ETH_P_LAT (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dethernet_protocols.h307 #if defined(ETH_P_LAT) || (defined(HAVE_DECL_ETH_P_LAT) && HAVE_DECL_ETH_P_LAT)
309 static_assert((ETH_P_LAT) == (0x6004), "ETH_P_LAT != 0x6004");
312 # define ETH_P_LAT 0x6004
693 XLAT(ETH_P_LAT),
Dethernet_protocols.in45 ETH_P_LAT 0x6004 /* DEC LAT */
/external/iproute2/include/uapi/linux/
Dif_ether.h61 #define ETH_P_LAT 0x6004 /* DEC LAT */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h63 #define ETH_P_LAT 0x6004 /* DEC LAT */ macro
/external/libnl/include/linux-private/linux/
Dif_ether.h63 #define ETH_P_LAT 0x6004 /* DEC LAT */ macro
/external/crosvm/net_sys/src/
Dif_tun.rs67 pub const ETH_P_LAT: ::std::os::raw::c_uint = 24580; constant
/external/libnl/lib/
Dutils.c791 __ADD(ETH_P_LAT,lat),
/external/crosvm/virtio_sys/src/
Dvirtio_net.rs89 pub const ETH_P_LAT: ::std::os::raw::c_uint = 24580; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2019 pub const ETH_P_LAT: ::c_int = 0x6004; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1799 pub const ETH_P_LAT: ::c_int = 0x6004; constant