Home
last modified time | relevance | path

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

/freebsd-src/sbin/ifconfig/
H A Difconfig.h69 typedef void c_func3(if_ctx *ctx, const char *cmd, const char *arg); typedef
82 c_func3 *c_func3; member
128 .c_u = { .c_func3 = (func) }, \
H A Difconfig.c1210 } 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()