Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv6nd.c63 uint32_t nd_opt_rdnss_lifetime; member
1044 lifetime = ntohl(rdnss->nd_opt_rdnss_lifetime); in ipv6nd_handlera()
1047 nd_opt_rdnss_lifetime); in ipv6nd_handlera()
1048 op += sizeof(rdnss->nd_opt_rdnss_lifetime); in ipv6nd_handlera()
1059 nd_opt_rdnss_lifetime); in ipv6nd_handlera()
1060 op += sizeof(rdnss->nd_opt_rdnss_lifetime); in ipv6nd_handlera()
/external/tcpdump/
Dprint-icmp6.c320 uint32_t nd_opt_rdnss_lifetime; member
1329 EXTRACT_32BITS(&oprd->nd_opt_rdnss_lifetime))); in icmp6_opt_print()