Searched refs:rr6 (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-icmp6.c1248 struct icmp6_router_renum *rr6; local
1257 rr6 = (struct icmp6_router_renum *)bp;
1258 cp = (const char *)(rr6 + 1);
1260 TCHECK(rr6->rr_reserved);
1261 switch (rr6->rr_code) {
1272 printf("router renum: code-#%d", rr6->rr_code);
1276 printf(", seq=%u", EXTRACT_32BITS(&rr6->rr_seqnum));
1279 #define F(x, y) ((rr6->rr_flags) & (x) ? (y) : "")
1281 if (rr6->rr_flags) {
1288 printf("seg=%u,", rr6
[all...]

Completed in 53 milliseconds