Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppfr.c133 struct arp_req { struct
134 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