Home
last modified time | relevance | path

Searched refs:rtrequest1_callback_func_t (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/
H A Droute.h388 typedef void (*rtrequest1_callback_func_t)(int, int, struct rt_addrinfo *, typedef
408 rtrequest1_callback_func_t, void *, boolean_t);
H A Droute.c704 rtrequest1_callback_func_t callback;
710 rtrequest1_callback_func_t callback, void *arg, boolean_t req_prio) in rtrequest1_global()