Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcpdump/
H A Dprint-arp.c130 struct atmarp_pkthdr { struct
131 nd_uint16_t aar_hrd; /* format of hardware address */
132 nd_uint16_t aar_pro; /* format of protocol address */
133 nd_uint8_t aar_shtl; /* length of source ATM number */
134 nd_uint8_t aar_sstl; /* length of source ATM subaddress */
137 nd_uint16_t aar_op; /* same as regular ARP */
138 nd_uint8_t aar_spln; /* length of source protocol address */
139 nd_uint8_t aar_thtl; /* length of target ATM number */
140 nd_uint8_t aar_tstl; /* length of target ATM subaddress */
141 nd_uint8_t aar_tpln; /* length of target protocol address */
[all …]