Home
last modified time | relevance | path

Searched refs:xtp (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/thread/
Dxtime.hpp70 inline int xtime_get(struct ::boost::xtime* xtp, int clock_type) in xtime_get() argument
74 *xtp=get_xtime(get_system_time()); in xtime_get()
/third_party/iptables/include/
Dxtables.h459 extern int xtables_set_params(struct xtables_globals *xtp);
465 extern int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_inpcb.h365 void ipport_tick(void *xtp);
/third_party/iptables/libxtables/
Dxtables.c310 int xtables_set_params(struct xtables_globals *xtp) in xtables_set_params() argument
312 if (!xtp) { in xtables_set_params()
317 xt_params = xtp; in xtables_set_params()
325 int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto) in xtables_init_all() argument
329 return xtables_set_params(xtp); in xtables_init_all()