Searched defs:arp_hdr (Results 1 – 1 of 1) sorted by relevance
424 struct arp_hdr { struct425 u16 ar_hrd; /* Format of hardware address */427 u16 ar_pro; /* Format of protocol address */428 u8 ar_hln; /* Length of hardware address */429 u8 ar_pln; /* Length of protocol address */431 u16 ar_op; /* Operation */443 u8 ar_data[0];
Completed in 5 milliseconds