Searched refs:c_func2 (Results 1 – 2 of 2) sorted by relevance
68 typedef void c_func2(if_ctx *ctx, const char *arg1, const char *arg2); typedef83 c_func2 *c_func2; member123 .c_u = { .c_func2 = (func) }, \159 .c_u = { .c_func2 = (func) }, \
1198 } else if (p->c_parameter == NEXTARG2 && p->c_u.c_func2) { in ifconfig_ioctl()1202 p->c_u.c_func2(ctx, argv[1], argv[2]); in ifconfig_ioctl()