Home
last modified time | relevance | path

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

/external/u-boot/include/
Dnet.h406 struct arp_hdr { struct
407 u16 ar_hrd; /* Format of hardware address */
409 u16 ar_pro; /* Format of protocol address */
410 u8 ar_hln; /* Length of hardware address */
411 u8 ar_pln; /* Length of protocol address */
413 u16 ar_op; /* Operation */
425 u8 ar_data[0];
/external/toybox/toys/pending/
Darping.c134 struct arphdr *arp_hdr = (struct arphdr *)toybuf; in recv_from() local