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