Home
last modified time | relevance | path

Searched refs:OSPF6HDR_LEN (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-ospf6.c245 #define OSPF6HDR_LEN 16 macro
737 …register const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3()
772 register const struct dd6 *ddp = (const struct dd6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3()
799 lsrp = (const struct lsr6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3()
813 register const struct lsu6 *lsup = (const struct lsu6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3()
829 lshp = (const struct lsa6_hdr *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3()
937 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3_trailer()
942 const struct dd6 *ddp = (const struct dd6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3_trailer()