OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndopt_rdnss
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/rtadvd/
config.c
1015
struct nd_opt_rdnss *
ndopt_rdnss
;
local in function:make_packet
1182
CHECKLEN(sizeof(*
ndopt_rdnss
));
1183
ndopt_rdnss
= (struct nd_opt_rdnss *)buf;
1184
ndopt_rdnss
->nd_opt_rdnss_type = ND_OPT_RDNSS;
1185
ndopt_rdnss
->nd_opt_rdnss_len = 1;
1186
ndopt_rdnss
->nd_opt_rdnss_reserved = 0;
1187
ndopt_rdnss
->nd_opt_rdnss_lifetime = htonl(rdns->lifetime);
1188
buf += sizeof(*
ndopt_rdnss
);
1193
ndopt_rdnss
->nd_opt_rdnss_len += 2;
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025