Searched defs:nd_opt_rdnss (Results 1 – 3 of 3) sorted by relevance
90 struct nd_opt_rdnss { /* RDNSS option RFC 6106 */ struct91 uint8_t nd_opt_rdnss_type; argument92 uint8_t nd_opt_rdnss_len; argument93 uint16_t nd_opt_rdnss_reserved; argument94 uint32_t nd_opt_rdnss_lifetime; argument
351 struct nd_opt_rdnss { /* RDNSS option (RFC 6106) */ struct352 u_int8_t nd_opt_rdnss_type; argument353 u_int8_t nd_opt_rdnss_len; argument354 u_int16_t nd_opt_rdnss_reserved; argument355 u_int32_t nd_opt_rdnss_lifetime; argument
320 struct nd_opt_rdnss { /* RDNSS RFC 6106 5.1 */ struct321 nd_uint8_t nd_opt_rdnss_type; argument322 nd_uint8_t nd_opt_rdnss_len; argument323 nd_uint16_t nd_opt_rdnss_reserved; argument324 nd_uint32_t nd_opt_rdnss_lifetime; argument325 nd_ipv6 nd_opt_rdnss_addr[1]; /* variable-length */ argument