Home
last modified time | relevance | path

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

/external/strace/xlat/
Dethernet_protocols.h62 #if defined(ETH_P_LOCALTALK) || (defined(HAVE_DECL_ETH_P_LOCALTALK) && HAVE_DECL_ETH_P_LOCALTALK)
64 static_assert((ETH_P_LOCALTALK) == (0x0009), "ETH_P_LOCALTALK != 0x0009");
67 # define ETH_P_LOCALTALK 0x0009
658 XLAT(ETH_P_LOCALTALK),
Dethernet_protocols.in10 ETH_P_LOCALTALK 0x0009 /* Localtalk pseudo type */
/external/iproute2/include/uapi/linux/
Dif_ether.h127 #define ETH_P_LOCALTALK 0x0009 /* Localtalk pseudo type */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h134 #define ETH_P_LOCALTALK 0x0009 /* Localtalk pseudo type */ macro
/external/libnl/include/linux-private/linux/
Dif_ether.h130 #define ETH_P_LOCALTALK 0x0009 /* Localtalk pseudo type */ macro
/external/crosvm/net_sys/src/
Dif_tun.rs116 pub const ETH_P_LOCALTALK: ::std::os::raw::c_uint = 9; constant
/external/libnl/lib/
Dutils.c832 __ADD(ETH_P_LOCALTALK,localtalk),
/external/crosvm/virtio_sys/src/
Dvirtio_net.rs138 pub const ETH_P_LOCALTALK: ::std::os::raw::c_uint = 9; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2075 pub const ETH_P_LOCALTALK: ::c_int = 0x0009; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1852 pub const ETH_P_LOCALTALK: ::c_int = 0x0009; constant