Searched defs:routeup (Results 1 - 1 of 1) sorted by relevance

/external/tlsdate/src/
H A Drouteup.h2 * 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 struct
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 *if
[all...]

Completed in 110 milliseconds