Searched defs:atmarp_pkthdr (Results 1 – 1 of 1) sorted by relevance
133 struct atmarp_pkthdr { struct134 u_short aar_hrd; /* format of hardware address */135 u_short aar_pro; /* format of protocol address */136 u_char aar_shtl; /* length of source ATM number */137 u_char aar_sstl; /* length of source ATM subaddress */140 u_short aar_op; /* same as regular ARP */141 u_char aar_spln; /* length of source protocol address */142 u_char aar_thtl; /* length of target ATM number */143 u_char aar_tstl; /* length of target ATM subaddress */144 u_char aar_tpln; /* length of target protocol address */[all …]