Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dip.c403 static const ip_func_ptr_t ip_func_ptrs[] ALIGN_PTR = { in ip_main() local
418 if (ARRAY_SIZE(ip_func_ptrs) > 1 && *argv) in ip_main()
422 ip_func = ip_func_ptrs[key + 1]; in ip_main()