Searched refs:net_init_func_ptr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dinit.h40 @typedef net_init_func_ptr
41 @discussion net_init_func_ptr will be called once the networking stack
44 typedef void (*net_init_func_ptr)(void); typedef
58 errno_t net_init_add(net_init_func_ptr init_func);
H A Dinit.c38 net_init_func_ptr func;
46 net_init_func_ptr init_func)

Completed in 122 milliseconds