Searched defs:nd_opt_rdnss (Results 1 – 2 of 2) sorted by relevance
370 struct nd_opt_rdnss { /* RDNSS option RFC 6106 */ struct371 u_int8_t nd_opt_rdnss_type; argument372 u_int8_t nd_opt_rdnss_len; argument373 u_int16_t nd_opt_rdnss_reserved; argument374 u_int32_t nd_opt_rdnss_lifetime; argument
323 struct nd_opt_rdnss { /* RDNSS RFC 6106 5.1 */ struct324 nd_uint8_t nd_opt_rdnss_type; argument325 nd_uint8_t nd_opt_rdnss_len; argument326 nd_uint16_t nd_opt_rdnss_reserved; argument327 nd_uint32_t nd_opt_rdnss_lifetime; argument328 nd_ipv6 nd_opt_rdnss_addr[1]; /* variable-length */ argument