Searched defs:arp_req (Results 1 – 1 of 1) sorted by relevance
133 struct arp_req { struct134 unsigned short htype; /* hardware type = ARPHRD_FRELAY */135 unsigned short ptype; /* protocol type = ETHERTYPE_IP */136 unsigned char halen; /* hardware address length = 2 */160 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req, u_short addr); argument