Home
last modified time | relevance | path

Searched refs:ether_crc (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/net/
H A Deth_legacy.c319 u32 ether_crc(size_t len, unsigned char const *p) in ether_crc() function
/rk3399_rockchip-uboot/include/
H A Dnet.h294 u32 ether_crc(size_t len, unsigned char const *p);
/rk3399_rockchip-uboot/drivers/net/
H A Dtsec.c115 result = ether_crc(MAC_ADDR_LEN, mcast_mac); in tsec_mcast_addr()