Home | History | Annotate | Download | only in tcpdump

Lines Matching full:protocol

43  * Address Resolution Protocol.
45 * See RFC 826 for protocol description. ARP packets are variable
47 * Protocol type values are the same as those for 10 Mb/s Ethernet.
60 u_short ar_pro; /* format of protocol address */
62 u_char ar_pln; /* length of protocol address */
66 #define ARPOP_REVREQUEST 3 /* request protocol address given hardware */
67 #define ARPOP_REVREPLY 4 /* response giving protocol address */
76 u_char ar_spa[]; /* sender protocol address */
78 u_char ar_tpa[]; /* target protocol address */
99 * ATM Address Resolution Protocol.
101 * See RFC 2225 for protocol description. ATMARP packets are similar
103 * protocol address - instead, there are type/length fields for
110 u_short aar_pro; /* format of protocol address */
117 u_char aar_spln; /* length of source protocol address */
120 u_char aar_tpln; /* length of target protocol address */
128 u_char aar_spa[]; /* sender protocol address */
131 u_char aar_tpa[]; /* target protocol address */