Lines Matching defs:pref64
581 struct ra_pref64_conf *pref64;
601 /* send global pref64 list to children */
602 SIMPLEQ_FOREACH(pref64, &xconf->ra_options.ra_pref64_list,
604 if (main_sendboth(IMSG_RECONF_RA_PREF64, pref64,
605 sizeof(*pref64)) == -1)
638 SIMPLEQ_FOREACH(pref64,
640 if (main_sendboth(IMSG_RECONF_RA_PREF64, pref64,
641 sizeof(*pref64)) == -1)
667 struct ra_pref64_conf *pref64;
682 while ((pref64 =
686 free(pref64);
715 struct ra_pref64_conf *pref64;
724 while ((pref64 = SIMPLEQ_FIRST(&conf->ra_options.ra_pref64_list))
727 free(pref64);