ether_aarp
struct ether_aarp *ea;
ea = mtod(m, struct ether_aarp *);
struct ether_aarp *ea;
if ((m = m_pullup(m, sizeof(struct ether_aarp))) == NULL) {
ea = mtod(m, struct ether_aarp *);
struct ether_aarp *ea;
ea = mtod(m, struct ether_aarp *);