Lines Matching defs:atmarp_pkthdr
128 struct atmarp_pkthdr { struct
129 nd_uint16_t aar_hrd; /* format of hardware address */
130 nd_uint16_t aar_pro; /* format of protocol address */
131 nd_uint8_t aar_shtl; /* length of source ATM number */
132 nd_uint8_t aar_sstl; /* length of source ATM subaddress */
135 nd_uint16_t aar_op; /* same as regular ARP */
136 nd_uint8_t aar_spln; /* length of source protocol address */
137 nd_uint8_t aar_thtl; /* length of target ATM number */
138 nd_uint8_t aar_tstl; /* length of target ATM subaddress */
139 nd_uint8_t aar_tpln; /* length of target protocol address */
145 nd_byte aar_sha[]; /* source ATM number */
146 nd_byte aar_ssa[]; /* source ATM subaddress */
147 nd_byte aar_spa[]; /* sender protocol address */
148 nd_byte aar_tha[]; /* target ATM number */
149 nd_byte aar_tsa[]; /* target ATM subaddress */
150 nd_byte aar_tpa[]; /* target protocol address */