Searched refs:rdnss (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/tests/ |
D | icmpv6_opt24-v.out | 7 rdnss option (25), length 24 (3): lifetime 1800s, addr: fd8d:4fb3:5b2e::1 15 rdnss option (25), length 24 (3): lifetime 1800s, addr: fd8d:4fb3:5b2e::1
|
D | icmpv6.out | 6 rdnss option (25), length 40 (5): lifetime 5s, addr: abcd::efef addr: 1234:5678::1
|
/external/dhcpcd-6.8.2/ |
D | ipv6nd.c | 734 struct nd_opt_rdnss *rdnss; in ipv6nd_handlera() local 1043 rdnss = (struct nd_opt_rdnss *)p; in ipv6nd_handlera() 1044 lifetime = ntohl(rdnss->nd_opt_rdnss_lifetime); in ipv6nd_handlera() 1048 op += sizeof(rdnss->nd_opt_rdnss_lifetime); in ipv6nd_handlera() 1060 op += sizeof(rdnss->nd_opt_rdnss_lifetime); in ipv6nd_handlera() 1297 char **pref, **addr, **mtu, **rdnss, **dnssl, ***var, *new; in ipv6nd_env() local 1311 pref = addr = mtu = rdnss = dnssl = NULL; in ipv6nd_env() 1331 var = &rdnss; in ipv6nd_env()
|