Home
last modified time | relevance | path

Searched defs:ARPHRD_VOID (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dif_arp.h103 #define ARPHRD_VOID 0xFFFF /* Void type, nothing is known */ macro
/external/libnl/include/linux-private/linux/
Dif_arp.h102 #define ARPHRD_VOID 0xFFFF /* Void type, nothing is known */ macro
/external/iproute2/include/uapi/linux/
Dif_arp.h102 #define ARPHRD_VOID 0xFFFF /* Void type, nothing is known */ macro
/external/musl/include/net/
Dif_arp.h98 #define ARPHRD_VOID 0xFFFF macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1371 pub const ARPHRD_VOID: u16 = 0xFFFF; constant