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

  /src/sys/net/
if_arp.h 43 * in size; the arphdr structure defines the fixed-length portion.
49 struct arphdr { struct
80 ar_data(struct arphdr *ap)
86 ar_sha(struct arphdr *ap)
92 ar_spa(struct arphdr *ap)
98 ar_tha(struct arphdr *ap)
108 ar_tpa(struct arphdr *ap)
  /src/external/bsd/ipf/dist/iplang/
iplang_y.y 262 arp: arphdr '{' arpbody '}' ';'
265 arphdr: IL_ARP { new_arp(); } label

Completed in 62 milliseconds