Home
last modified time | relevance | path

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

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