Searched refs:action_n2a (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/tc/
H A Dm_gact.c228 fprintf(f, "gact action %s", action_n2a(p->action, b1, sizeof (b1)));
237 fprintf(f, "\n\t random type %s %s val %d",prob_n2a(pp->ptype), action_n2a(pp->paction, b2, sizeof (b2)), pp->pval);
H A Dm_nat.c196 action_n2a(sel->action, buf3, sizeof (buf3)));
H A Dtc_util.h96 extern char *action_n2a(int action, char *buf, int len);
H A Dm_mirred.c277 fprintf(f, "mirred (%s to device %s) %s", mirred_n2a(p->eaction), dev,action_n2a(p->action, b1, sizeof (b1)));
H A Dm_pedit.c569 fprintf(f, " pedit action %s keys %d\n ", action_n2a(sel->action, b1, sizeof (b1)),sel->nkeys);
H A Dtc_util.c393 char * action_n2a(int action, char *buf, int len) function

Completed in 69 milliseconds