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