Home
last modified time | relevance | path

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

/external/dhcpcd/
Dipv6rs.c277 struct nd_router_advert *nd_ra; in ipv6rs_handledata()
301 if ((size_t)len < sizeof(struct nd_router_advert)) { in ipv6rs_handledata()
391 nd_ra = (struct nd_router_advert *)icp; in ipv6rs_handledata()
395 len -= sizeof(struct nd_router_advert); in ipv6rs_handledata()
396 p = ((uint8_t *)icp) + sizeof(struct nd_router_advert); in ipv6rs_handledata()
/external/tcpdump/
Dicmp6.h198 struct nd_router_advert { /* router advertisement */ struct
Dprint-icmp6.c465 struct nd_router_advert *p; in icmp6_print()
467 p = (struct nd_router_advert *)dp; in icmp6_print()