Home
last modified time | relevance | path

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

/external/u-boot/net/
Deth_legacy.c318 u32 ether_crc(size_t len, unsigned char const *p) in ether_crc() function
/external/u-boot/include/
Dnet.h291 u32 ether_crc(size_t len, unsigned char const *p);
/external/u-boot/drivers/net/
Dtsec.c112 result = ether_crc(MAC_ADDR_LEN, mcast_mac); in tsec_mcast_addr()