Home
last modified time | relevance | path

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

/netbsd-src/sbin/ifconfig/
H A Dextern.h42 typedef void (*usage_cb_t)(prop_dictionary_t); typedef
60 usage_cb_t f_func;
84 void usage_func_init(usage_func_t *, usage_cb_t);
H A Difconfig.c402 usage_func_init(usage_func_t *f, usage_cb_t func) in usage_func_init()