Symbol: SIMPLEQ_CONCAT
sbin/dhcp6leased/dhcp6leased.c
1154
SIMPLEQ_CONCAT(&conf->iface_list, &xconf->iface_list);
sbin/dhcpleased/dhcpleased.c
1317
SIMPLEQ_CONCAT(&conf->iface_list, &xconf->iface_list);
sbin/iked/pfkey.c
1863
SIMPLEQ_CONCAT(&pfkey_postponed, &pfkey_retry);
sys/kern/kern_smr.c
107
SIMPLEQ_CONCAT(&deferred, &smr_deferred);
sys/kern/kern_smr.c
209
SIMPLEQ_CONCAT(&smr_deferred, &spc->spc_deferred);
usr.sbin/bgpd/config.c
351
SIMPLEQ_CONCAT(&xconf->rtrs, &conf->rtrs);
usr.sbin/bgpd/config.c
355
SIMPLEQ_CONCAT(&xconf->prefixsets, &conf->prefixsets);
usr.sbin/bgpd/config.c
359
SIMPLEQ_CONCAT(&xconf->originsets, &conf->originsets);
usr.sbin/bgpd/config.c
363
SIMPLEQ_CONCAT(&xconf->as_sets, &conf->as_sets);
usr.sbin/bgpd/config.c
391
SIMPLEQ_CONCAT(&xconf->l3vpns, &conf->l3vpns);
usr.sbin/bgpd/rde.c
3871
SIMPLEQ_CONCAT(&prefixsets_old, &conf->rde_prefixsets);
usr.sbin/bgpd/rde.c
3872
SIMPLEQ_CONCAT(&originsets_old, &conf->rde_originsets);
usr.sbin/bgpd/rde.c
3873
SIMPLEQ_CONCAT(&as_sets_old, &conf->as_sets);
usr.sbin/bgpd/rde.c
3885
SIMPLEQ_CONCAT(&conf->rde_prefixsets, &nconf->rde_prefixsets);
usr.sbin/bgpd/rde.c
3886
SIMPLEQ_CONCAT(&conf->rde_originsets, &nconf->rde_originsets);
usr.sbin/bgpd/rde.c
3887
SIMPLEQ_CONCAT(&conf->as_sets, &nconf->as_sets);
usr.sbin/bgpd/rde.c
3891
SIMPLEQ_CONCAT(&conf->l3vpns, &nconf->l3vpns);
usr.sbin/cron/job.c
128
SIMPLEQ_CONCAT(&jobs, &singletons);
usr.sbin/ospf6d/ospf6d.c
684
SIMPLEQ_CONCAT(&conf->redist_list, &xconf->redist_list);
usr.sbin/ospfd/ospfd.c
726
SIMPLEQ_CONCAT(&conf->redist_list, &xconf->redist_list);
usr.sbin/ospfd/ospfd.c
785
SIMPLEQ_CONCAT(&a->redist_list, &xa->redist_list);
usr.sbin/rad/rad.c
736
SIMPLEQ_CONCAT(&conf->ra_iface_list, &xconf->ra_iface_list);
usr.sbin/rad/rad.c
739
SIMPLEQ_CONCAT(&conf->ra_options.ra_rdnss_list,
usr.sbin/rad/rad.c
741
SIMPLEQ_CONCAT(&conf->ra_options.ra_dnssl_list,
usr.sbin/rad/rad.c
743
SIMPLEQ_CONCAT(&conf->ra_options.ra_pref64_list,