Home
last modified time | relevance | path

Searched refs:ETH_FCS_LEN (Results 1 – 13 of 13) sorted by relevance

/external/libnl/include/linux-private/linux/
Dif_ether.h36 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
/external/iproute2/include/uapi/linux/
Dif_ether.h37 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
/external/u-boot/include/linux/
Dif_ether.h38 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h38 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
/external/u-boot/drivers/net/
Dxilinx_emaclite.c26 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
503 first_read = ALIGN(ETHER_HDR_SIZE + ARP_HDR_SIZE + ETH_FCS_LEN, 4); in emaclite_recv()
516 length += ETHER_HDR_SIZE + ETH_FCS_LEN; in emaclite_recv()
De1000.h435 (MAXIMUM_ETHERNET_FRAME_SIZE - ETH_FCS_LEN)
437 (MINIMUM_ETHERNET_FRAME_SIZE - ETH_FCS_LEN)
438 #define CRC_LENGTH ETH_FCS_LEN
Dpch_gbe.c309 length = rx_desc->rx_words_eob - 3 - ETH_FCS_LEN; in pch_gbe_recv()
Dmvpp2.c630 ETH_HLEN + ETH_FCS_LEN, MVPP2_CPU_D_CACHE_LINE_SIZE)
/external/u-boot/include/
Dnet.h309 #define ETH_FCS_LEN 4 /* Octets in the FCS */ macro
/external/crosvm/net_sys/src/
Dif_tun.rs51 pub const ETH_FCS_LEN: ::std::os::raw::c_uint = 4; constant
/external/crosvm/virtio_sys/src/
Dvirtio_net.rs73 pub const ETH_FCS_LEN: ::std::os::raw::c_uint = 4; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1783 pub const ETH_FCS_LEN: ::c_int = 4; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1600 pub const ETH_FCS_LEN: ::c_int = 4; constant