OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ND_OPT_RDNSS
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/rtadvd/
rtadvd.c
137
[
ND_OPT_RDNSS
] = NDOPT_FLAG_RDNSS,
1401
hdr->nd_opt_type !=
ND_OPT_RDNSS
&&
1423
(hdr->nd_opt_type ==
ND_OPT_RDNSS
&&
1424
((optlen < (int)sizeof(struct
nd_opt_rdnss
) ||
1425
(optlen - sizeof(struct
nd_opt_rdnss
)) % 16 != 0))) ||
1437
case
ND_OPT_RDNSS
:
config.c
1015
struct
nd_opt_rdnss
*ndopt_rdnss;
1044
packlen += sizeof(struct
nd_opt_rdnss
);
1183
ndopt_rdnss = (struct
nd_opt_rdnss
*)buf;
1184
ndopt_rdnss->nd_opt_rdnss_type =
ND_OPT_RDNSS
;
/src/sys/netinet/
icmp6.h
317
#define
ND_OPT_RDNSS
25 /* RFC 6016 */
370
struct
nd_opt_rdnss
{ /* RDNSS option RFC 6106 */
struct
Completed in 14 milliseconds
Indexes created Thu Nov 06 02:09:54 GMT 2025