Home | History | Annotate | Download | only in src

Lines Matching refs:routeup

2  * routeup.h - routeup library interface
7 * Call routeup_setup() to initialize a routeup context, then call
10 * when you're done with an routeup context.
16 struct routeup
22 int routeup_setup (struct routeup *ifc);
23 int routeup_once (struct routeup *ifc, unsigned int timeout);
24 int routeup_process (struct routeup *rtc);
25 void routeup_teardown (struct routeup *ifc);
27 static inline int routeup_setup (struct routeup *ifc)
31 static inline int routeup_once (struct routeup *ifc, unsigned int timeout)
35 static inline int routeup_process (struct routeup *rtc)
39 static inline void routeup_teardown (struct routeup *ifc)