Searched refs:dp6 (Results 1 – 1 of 1) sorted by relevance
361 const struct rerr_unreach6 *dp6; in aodv_v6_rerr() local369 dp6 = (const struct rerr_unreach6 *)(const void *)(ap + 1); in aodv_v6_rerr()372 ND_TCHECK_SIZE(dp6); in aodv_v6_rerr()373 if (i < sizeof(*dp6)) in aodv_v6_rerr()375 ND_PRINT(" {%s}(%u)", GET_IP6ADDR_STRING(dp6->u_da), in aodv_v6_rerr()376 GET_BE_U_4(dp6->u_ds)); in aodv_v6_rerr()377 dp6++; in aodv_v6_rerr()378 i -= sizeof(*dp6); in aodv_v6_rerr()450 const struct rerr_unreach6_draft_01 *dp6; in aodv_v6_draft_01_rerr() local458 dp6 = (const struct rerr_unreach6_draft_01 *)(const void *)(ap + 1); in aodv_v6_draft_01_rerr()[all …]