Home
last modified time | relevance | path

Searched refs:cur_hl (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/rad/
H A Drad.h95 int cur_hl; /* current hop limit */ member
H A Dprintconf.c73 printf("%shop limit %d\n", indent, ra_options->cur_hl); in print_ra_options()
H A Drad.c760 xconf->ra_options.cur_hl = 0; in config_new_empty()
H A Dparse.y204 ra_options->cur_hl = $3;
H A Dfrontend.c1233 ra->nd_ra_curhoplimit = ra_options_conf->cur_hl; in build_packet()