Home
last modified time | relevance | path

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

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