Searched refs:c_func3 (Results 1 – 2 of 2) sorted by relevance
69 typedef void c_func3(if_ctx *ctx, const char *cmd, const char *arg); typedef82 c_func3 *c_func3; member128 .c_u = { .c_func3 = (func) }, \
1210 } else if (p->c_parameter == SPARAM && p->c_u.c_func3) { in ifconfig_ioctl() 1211 p->c_u.c_func3(ctx, *argv, p->c_sparameter); in ifconfig_ioctl()