Home
last modified time | relevance | path

Searched refs:ra_pref64_conf (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/rad/
H A Drad.h85 struct ra_pref64_conf { struct
86 SIMPLEQ_ENTRY(ra_pref64_conf) entry;
109 SIMPLEQ_HEAD(, ra_pref64_conf) ra_pref64_list; argument
H A Dparse.y100 static struct ra_pref64_conf *ra_pref64_conf; variable
103 struct ra_pref64_conf *conf_get_ra_pref64(struct in6_addr*, int);
277 ra_pref64_conf = conf_get_ra_pref64(&addr, prefixlen);
279 ra_pref64_conf = NULL;
394 ra_pref64_conf->ltime = $2;
987 struct ra_pref64_conf *pref64, *npref64; in copy_pref64_options()
1104 struct ra_pref64_conf *
1107 struct ra_pref64_conf *pref64; in conf_get_ra_pref64()
H A Dengine.c276 struct ra_pref64_conf *pref64; in engine_dispatch_main()
420 ra_pref64_conf)) in engine_dispatch_main()
423 if ((pref64 = malloc(sizeof(struct ra_pref64_conf))) == in engine_dispatch_main()
426 memcpy(pref64, imsg.data, sizeof(struct ra_pref64_conf)); in engine_dispatch_main()
H A Dprintconf.c69 struct ra_pref64_conf *pref64; in print_ra_options()
H A Drad.c581 struct ra_pref64_conf *pref64; in main_imsg_send_config()
667 struct ra_pref64_conf *pref64; in free_ra_iface_conf()
715 struct ra_pref64_conf *pref64; in merge_config()
H A Dfrontend.c320 struct ra_pref64_conf *pref64; in frontend_dispatch_main()
461 ra_pref64_conf)) in frontend_dispatch_main()
464 if ((pref64 = malloc(sizeof(struct ra_pref64_conf))) == in frontend_dispatch_main()
467 memcpy(pref64, imsg.data, sizeof(struct ra_pref64_conf)); in frontend_dispatch_main()
1192 struct ra_pref64_conf *pref64; in build_packet()