OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndopt_mtu
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/rtadvd/
config.c
1011
struct nd_opt_mtu *
ndopt_mtu
;
local in function:make_packet
1107
CHECKLEN(sizeof(*
ndopt_mtu
));
1108
ndopt_mtu
= (struct nd_opt_mtu *)buf;
1109
ndopt_mtu
->nd_opt_mtu_type = ND_OPT_MTU;
1110
ndopt_mtu
->nd_opt_mtu_len = 1;
1111
ndopt_mtu
->nd_opt_mtu_reserved = 0;
1112
ndopt_mtu
->nd_opt_mtu_mtu = htonl(rainfo->linkmtu);
Completed in 113 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025