Home
last modified time | relevance | path

Searched defs:ARP_HLEN_ASCII (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/tools/
Dgen_ethaddr_crc.c16 #define ARP_HLEN_ASCII (ARP_HLEN * 2) + (ARP_HLEN - 1) /* with separators */ macro
/external/u-boot/include/
Dnet.h43 #define ARP_HLEN_ASCII (ARP_HLEN * 2) + (ARP_HLEN - 1) macro