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

  /src/usr.bin/netstat/
mroute6.c 136 struct rtdetq rte, *rtep; local in function:mroute6pr
225 kread((u_long)rtep, (char *)&rte, sizeof(rte));
226 rtep = rte.next;
  /src/sys/arch/ia64/ia64/
sapic.c 104 sapic_read_rte(struct sapic *sa, int which, struct sapic_rte *rte)
106 uint32_t *p = (uint32_t *) rte;
113 sapic_write_rte(struct sapic *sa, int which, struct sapic_rte *rte)
115 uint32_t *p = (uint32_t *) rte;
124 struct sapic_rte rte; local in function:sapic_config_intr
132 sapic_read_rte(sa, irq - sa->sa_base, &rte);
133 rte.rte_trigger_mode = (trigger == IST_EDGE) ?
135 sapic_write_rte(sa, irq - sa->sa_base, &rte);
143 struct sapic_rte rte; local in function:sapic_create
163 memset(&rte, 0, sizeof(rte))
179 struct sapic_rte rte; local in function:sapic_enable
207 struct sapic_rte rte; local in function:sapic_mask
220 struct sapic_rte rte; local in function:sapic_unmask
237 struct sapic_rte rte; local in function:sapic_print
    [all...]
  /src/sys/netinet6/
ip6_mroute.c 519 struct rtdetq *rte; local in function:ip6_mrouter_done
566 for (rte = rt->mf6c_stall; rte != NULL; ) {
567 struct rtdetq *n = rte->next;
569 m_freem(rte->m);
570 free(rte, M_MRTABLE);
571 rte = n;
605 struct rtdetq *rte; local in function:ip6_mrouter_detach
621 * Clear rte->ifp of cache entries received on ifp.
628 for (rte = mfc->mf6c_stall; rte != NULL; rte = rte->next)
768 struct rtdetq *rte; local in function:add_m6fc
1094 struct rtdetq *rte; local in function:ip6_mforward
1284 struct rtdetq *rte; local in function:expire_upcalls
    [all...]
  /src/sys/netinet/
ip_mroute.c 693 struct rtdetq *rte; local in function:ip_mrouter_detach
705 for (rte = rt->mfc_stall; rte; rte = rte->next) {
706 if (rte->ifp == ifp)
707 rte->ifp = NULL;
1015 struct rtdetq *rte, *nrte; local in function:expire_mfc
1019 for (rte = rt->mfc_stall; rte != NULL; rte = nrte)
1039 struct rtdetq *rte, *nrte; local in function:add_mfc
1362 struct rtdetq *rte; local in function:ip_mforward_real
    [all...]

Completed in 15 milliseconds