HomeSort by: relevance | last modified time | path
    Searched defs:rti (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/rtadvd/
dump.c 97 struct rtinfo *rti; local
212 TAILQ_FOREACH(rti, &rai->route, next) {
213 if (rti == TAILQ_FIRST(&rai->route))
216 inet_ntop(AF_INET6, &rti->prefix,
218 rti->prefixlen);
220 rtpref_str[0xff & (rti->rtpref >> 3)]);
221 if (rti->ltime == ND6_INFINITE_LIFETIME)
224 fprintf(fp, "lifetime: %ld", (long)rti->ltime);
config.c 109 struct rtinfo *rti; local
128 while ((rti = TAILQ_FIRST(&rai->route))) {
129 TAILQ_REMOVE(&rai->route, rti, next);
130 free(rti);
513 struct rtinfo *rti; local
529 ELM_MALLOC(rti);
530 memset(rti, 0, sizeof(*rti));
533 TAILQ_INSERT_TAIL(&tmp->route, rti, next);
535 if (inet_pton(AF_INET6, addr, &rti->prefix) != 1)
1014 struct rtinfo *rti; local
    [all...]
  /src/sys/netinet/
igmp.c 107 router_info_t *rti; local
111 LIST_FOREACH(rti, &rti_head, rti_link) {
112 if (rti->rti_ifp == inm->inm_ifp) {
113 inm->inm_rti = rti;
114 return rti->rti_type == IGMP_v1_ROUTER ?
119 rti = pool_get(&igmp_rti_pool, PR_NOWAIT);
120 if (rti == NULL) {
123 rti->rti_ifp = inm->inm_ifp;
124 rti->rti_type = IGMP_v2_ROUTER;
125 LIST_INSERT_HEAD(&rti_head, rti, rti_link)
136 router_info_t *rti; local
161 router_info_t *rti; local
248 router_info_t *rti; local
577 router_info_t *rti; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ggc-common.cc 96 const_ggc_root_tab_t rtp, rti; local
100 for (rti = *rt; rti->base != NULL; rti++)
101 memset (rti->base, 0, rti->stride * rti->nelt);
419 const struct ggc_root_tab *rti;
423 for (rti = *rt; rti->base != NULL; rti++
418 const struct ggc_root_tab *rti; local
514 const struct ggc_root_tab *rti; local
747 const struct ggc_root_tab *rti; local
1351 const_ggc_root_tab_t rti; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 84 const_ggc_root_tab_t rtp, rti; local
88 for (rti = *rt; rti->base != NULL; rti++)
89 memset (rti->base, 0, rti->stride);
403 const struct ggc_root_tab *rti;
407 for (rti = *rt; rti->base != NULL; rti++
402 const struct ggc_root_tab *rti; local
498 const struct ggc_root_tab *rti; local
725 const struct ggc_root_tab *rti; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 1257 auto rti = cand->rtl ();
1259 if (!INSN_P (rti))
1262 auto pat = PATTERN (rti);
1780 auto rti = insns[i]->rtl (); local
1781 if (!REG_NOTES (rti))
1915 rtx_insn *rti = change->insn ()->rtl ();
1916 validate_unshare_change (rti, &PATTERN (rti), pair_pat, true);
1917 validate_change (rti, &REG_NOTES (rti), reg_notes, true)
1971 rtx_insn *rti = change->insn ()->rtl (); local
3187 auto rti = insn->rtl (); local
3295 rtx_insn *rti = insn->rtl (); local
    [all...]

Completed in 27 milliseconds