Lines Matching full:address
40 * Address Resolution Protocol.
50 u_short ar_hrd; /* format of hardware address */
58 u_short ar_pro; /* format of protocol address */
59 u_char ar_hln; /* length of hardware address */
60 u_char ar_pln; /* length of protocol address */
62 #define ARPOP_REQUEST 1 /* request to resolve address */
64 #define ARPOP_REVREQUEST 3 /* request protocol address given hardware */
65 #define ARPOP_REVREPLY 4 /* response giving protocol address */
75 u_char ar_sha[]; /* sender hardware address */
76 u_char ar_spa[]; /* sender protocol address */
77 u_char ar_tha[]; /* target hardware address */
78 u_char ar_tpa[]; /* target protocol address */
122 * ATM Address Resolution Protocol.
126 * protocol address - instead, there are type/length fields for
131 u_short aar_hrd; /* format of hardware address */
132 u_short aar_pro; /* format of protocol address */
136 #define ATMARP_LEN_MASK 0x3F /* length of {sub}address in type/length */
138 u_char aar_spln; /* length of source protocol address */
141 u_char aar_tpln; /* length of target protocol address */
149 u_char aar_spa[]; /* sender protocol address */
152 u_char aar_tpa[]; /* target protocol address */
187 ND_PRINT((ndo, "<No address>"));
230 /* don't know know about the address formats */
345 /* don't know know about the address formats */