Searched defs:arp_hdr (Results 1 – 2 of 2) sorted by relevance
406 struct arp_hdr { struct407 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];
134 struct arphdr *arp_hdr = (struct arphdr *)toybuf; in recv_from() local