Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dgen_ethaddr_crc.c16 #define ARP_HLEN_ASCII (ARP_HLEN * 2) + (ARP_HLEN - 1) /* with separators */ macro
/openbmc/u-boot/include/
H A Dnet.h44 #define ARP_HLEN_ASCII (ARP_HLEN * 2) + (ARP_HLEN - 1) macro