Searched defs:atmarp_pkthdr (Results 1 – 1 of 1) sorted by relevance
128 struct atmarp_pkthdr { struct129 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 */[all …]