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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-icmp6.c1253 struct icmp6_router_renum *rr6; local
1262 rr6 = (struct icmp6_router_renum *)bp;
1263 cp = (const char *)(rr6 + 1);
1265 TCHECK(rr6->rr_reserved);
1266 switch (rr6->rr_code) {
1277 printf("router renum: code-#%d", rr6->rr_code);
1281 printf(", seq=%u", EXTRACT_32BITS(&rr6->rr_seqnum));
1284 #define F(x, y) ((rr6->rr_flags) & (x) ? (y) : "")
1286 if (rr6->rr_flags) {
1293 printf("seg=%u,", rr6
[all...]

Completed in 40 milliseconds