Lines Matching defs:atmarp_pkthdr
130 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 */
147 nd_byte aar_sha[]; /* source ATM number */
148 nd_byte aar_ssa[]; /* source ATM subaddress */
149 nd_byte aar_spa[]; /* sender protocol address */
150 nd_byte aar_tha[]; /* target ATM number */
151 nd_byte aar_tsa[]; /* target ATM subaddress */
152 nd_byte aar_tpa[]; /* target protocol address */