Home
last modified time | relevance | path

Searched defs:ptable (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/mrouted/
Dprune.h59 struct ptable struct
61 struct ptable *pt_next; /* pointer to the next entry */ argument
62 u_int32_t pt_router; /* router that sent this prune */
63 vifi_t pt_vifi; /* vif prune received on */
64 int pt_timer; /* timer for prune */
/mirbsd/src/sys/isofs/cd9660/
Dcd9660_rrip.c528 register RRIP_TABLE *ptable; local