Home
last modified time | relevance | path

Searched defs:ra_options_conf (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/rad/
H A Drad.h93 struct ra_options_conf { struct
94 int dfr; /* is default router? */
95 int cur_hl; /* current hop limit */
96 int m_flag; /* managed address conf flag */
97 int o_flag; /* other conf flag */
98 int rtpref; /* router preference */
99 int router_lifetime; /* default router lifetime */
100 uint32_t reachable_time;
101 uint32_t retrans_timer;
102 int source_link_addr; /* source link-layer address */
[all …]
H A Dfrontend.c1185 struct ra_options_conf *ra_options_conf; in build_packet() local