Lines Matching defs:prefixes
104 struct ra_prefix_conf_head prefixes;
883 SIMPLEQ_INIT(&ra_iface->prefixes);
949 while ((ra_prefix_conf = SIMPLEQ_FIRST(&ra_iface->prefixes))
951 SIMPLEQ_REMOVE_HEAD(&ra_iface->prefixes,
968 log_debug("add static prefixes for %s", ra_iface->name);
1000 while ((prefix = SIMPLEQ_FIRST(&ra_iface->prefixes)) != NULL) {
1001 SIMPLEQ_REMOVE_HEAD(&ra_iface->prefixes, entry);
1118 if ((new_ra_prefix_conf = find_ra_prefix_conf(&ra_iface->prefixes, addr,
1139 SIMPLEQ_FOREACH(pc, &ra_iface->prefixes, entry) {
1173 SIMPLEQ_INSERT_TAIL(&ra_iface->prefixes, new_ra_prefix_conf, entry);
1276 SIMPLEQ_FOREACH(ra_prefix_conf, &ra_iface->prefixes, entry) {