Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dip.c326 typedef int FAST_FUNC (*ip_func_ptr_t)(char**); typedef
334 static int ip_do(ip_func_ptr_t ip_func, char **argv) in ip_do()
403 static const ip_func_ptr_t ip_func_ptrs[] ALIGN_PTR = { in ip_main()
414 ip_func_ptr_t ip_func; in ip_main()