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