Lines Matching refs:ARP_HLEN
38 #define ARP_HLEN 6 macro
43 #define ARP_HLEN_ASCII (ARP_HLEN * 2) + (ARP_HLEN - 1)
97 unsigned char enetaddr[ARP_HLEN];
169 unsigned char enetaddr[ARP_HLEN];
308 u8 et_dest[ARP_HLEN]; /* Destination node */
309 u8 et_src[ARP_HLEN]; /* Source node */
319 u8 et_dest[ARP_HLEN]; /* Destination node */
320 u8 et_src[ARP_HLEN]; /* Source node */
338 u8 vet_dest[ARP_HLEN]; /* Destination node */
339 u8 vet_src[ARP_HLEN]; /* Source node */
429 #define ar_spa ar_data[ARP_HLEN]
430 #define ar_tha ar_data[ARP_HLEN + ARP_PLEN]
431 #define ar_tpa ar_data[ARP_HLEN + ARP_PLEN + ARP_HLEN]
521 extern u8 net_ethaddr[ARP_HLEN]; /* Our ethernet address */
522 extern u8 net_server_ethaddr[ARP_HLEN]; /* Boot server enet address */
529 extern const u8 net_bcast_ethaddr[ARP_HLEN]; /* Ethernet broadcast address */
530 extern const u8 net_null_ethaddr[ARP_HLEN];
573 extern const u8 net_cdp_ethaddr[ARP_HLEN]; in is_cdp_packet()
575 return memcmp(ethaddr, net_cdp_ethaddr, ARP_HLEN) == 0; in is_cdp_packet()