Home
last modified time | relevance | path

Searched defs:atmarp_pkthdr (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-arp.c107 struct atmarp_pkthdr { struct
108 u_short aar_hrd; /* format of hardware address */
110 u_short aar_pro; /* format of protocol address */
111 u_char aar_shtl; /* length of source ATM number */
112 u_char aar_sstl; /* length of source ATM subaddress */
115 u_short aar_op; /* same as regular ARP */
117 u_char aar_spln; /* length of source protocol address */
118 u_char aar_thtl; /* length of target ATM number */
119 u_char aar_tstl; /* length of target ATM subaddress */
120 u_char aar_tpln; /* length of target protocol address */
[all …]