Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv6nd.c731 struct nd_router_advert *nd_ra; in ipv6nd_handlera()
752 if (len < sizeof(struct nd_router_advert)) { in ipv6nd_handlera()
801 nd_ra = (struct nd_router_advert *)icp; in ipv6nd_handlera()
867 len -= sizeof(struct nd_router_advert); in ipv6nd_handlera()
868 p = ((uint8_t *)icp) + sizeof(struct nd_router_advert); in ipv6nd_handlera()
/external/tcpdump/
Dprint-icmp6.c202 struct nd_router_advert { /* router advertisement */ struct
1032 const struct nd_router_advert *p; in icmp6_print()
1034 p = (const struct nd_router_advert *)dp; in icmp6_print()