Searched defs:nd_opt_rdnss (Results 1 – 2 of 2) sorted by relevance
363 struct nd_opt_rdnss { /* RDNSS option (RFC 6106) */ struct364 u_int8_t nd_opt_rdnss_type; argument365 u_int8_t nd_opt_rdnss_len; argument366 u_int16_t nd_opt_rdnss_reserved; argument367 u_int32_t nd_opt_rdnss_lifetime; argument
318 struct nd_opt_rdnss { /* RDNSS RFC 6106 5.1 */ struct319 nd_uint8_t nd_opt_rdnss_type; argument320 nd_uint8_t nd_opt_rdnss_len; argument321 nd_uint16_t nd_opt_rdnss_reserved; argument322 nd_uint32_t nd_opt_rdnss_lifetime; argument323 nd_ipv6 nd_opt_rdnss_addr[1]; /* variable-length */ argument