Searched refs:routeup (Results 1 - 4 of 4) 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...]
H A Drouteup.c2 * routeup.c - listens for routes coming up, tells stdout
30 #include "src/routeup.h"
40 routeup_setup (struct routeup *rtc)
73 routeup_process (struct routeup *rtc)
114 routeup_once (struct routeup *rtc, unsigned int timeout)
140 routeup_teardown (struct routeup *rtc)
149 struct routeup rtc;
/external/tlsdate/src/events/
H A Droute_up.c18 #include "src/routeup.h"
41 struct routeup routeup_cfg;
59 struct routeup routeup_cfg;
/external/tlsdate/
H A DAndroid.mk30 src/routeup.c \

Completed in 210 milliseconds