HomeSort by: relevance | last modified time | path
    Searched refs:ether_aarp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netatalk/
aarp.h 46 struct ether_aarp { struct
aarp.c 165 struct ether_aarp *ea;
178 ea = mtod(m, struct ether_aarp *);
343 struct ether_aarp *ea;
358 if ((m = m_pullup(m, sizeof(struct ether_aarp))) == NULL) {
362 ea = mtod(m, struct ether_aarp *);
578 struct ether_aarp *ea;
624 ea = mtod(m, struct ether_aarp *);

Completed in 67 milliseconds