Searched defs:ether_arp (Results 1 – 4 of 4) sorted by relevance
72 struct ether_arp { struct80 CTASSERT(sizeof(struct ether_arp) == 28); argument
59 struct ether_arp { struct60 u_short ar_hrd; /* format of hardware address */61 u_short ar_pro; /* format of protocol address */62 u_char ar_hln; /* length of hardware address */63 u_char ar_pln; /* length of protocol address */64 u_short ar_op;65 u_char arp_sha[6]; /* sender hardware address */66 u_char arp_spa[4]; /* sender protocol address */67 u_char arp_tha[6]; /* target hardware address */68 u_char arp_tpa[4]; /* target protocol address */
66 struct ether_arp { struct89 struct ether_arp *ap; in rarp_getipaddress() argument
67 struct ether_arp { struct68 struct arphdr ea_hdr; /* fixed-size header */69 u_int8_t arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */70 u_int8_t arp_spa[4]; /* sender protocol address */71 u_int8_t arp_tha[ETHER_ADDR_LEN]; /* target hardware address */72 u_int8_t arp_tpa[4]; /* target protocol address */