Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difconfig.h140 const char *opt_usage; member
H A Difclone.c241 static struct option clone_Copt = { .opt = "C", .opt_usage = "[-C]", .cb = clone_Copt_cb };
H A Daf_inet6.c600 .opt_usage = "[-L]",
H A Difconfig.c230 strlcat(options, p->opt_usage, sizeof(options)); in usage()