Home
last modified time | relevance | path

Searched refs:ARPHRD_FCAL (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Darp_hardware_types.h342 #if defined(ARPHRD_FCAL) || (defined(HAVE_DECL_ARPHRD_FCAL) && HAVE_DECL_ARPHRD_FCAL)
344 static_assert((ARPHRD_FCAL) == (785), "ARPHRD_FCAL != 785");
347 # define ARPHRD_FCAL 785
523 XLAT(ARPHRD_FCAL),
Darp_hardware_types.in50 ARPHRD_FCAL 785
/external/kernel-headers/original/uapi/linux/
Dif_arp.h83 #define ARPHRD_FCAL 785 /* Fibrechannel arbitrated loop */ macro
/external/iproute2/include/uapi/linux/
Dif_arp.h83 #define ARPHRD_FCAL 785 /* Fibrechannel arbitrated loop */ macro
/external/libnl/include/linux-private/linux/
Dif_arp.h83 #define ARPHRD_FCAL 785 /* Fibrechannel arbitrated loop */ macro
/external/libpcap/
Dpcap-linux.c2081 #ifndef ARPHRD_FCAL in map_arphrd_to_dlt()
2082 #define ARPHRD_FCAL 785 in map_arphrd_to_dlt() macro
2084 case ARPHRD_FCAL: in map_arphrd_to_dlt()
/external/libnl/lib/
Dutils.c728 __ADD(ARPHRD_FCAL,fcal),
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1292 pub const ARPHRD_FCAL: u16 = 785; constant