HomeSort by relevance Sort by last modified time
    Searched refs:action_n2a (Results 1 - 7 of 7) sorted by null

  /external/iproute2/tc/
m_gact.c 228 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);
m_csum.c 228 action_n2a(sel->action, action_buf, sizeof(action_buf)));
m_nat.c 196 action_n2a(sel->action, buf3, sizeof (buf3)));
tc_util.h 93 extern char *action_n2a(int action, char *buf, int len);
m_mirred.c 277 fprintf(f, "mirred (%s to device %s) %s", mirred_n2a(p->eaction), dev,action_n2a(p->action, b1, sizeof (b1)));
m_pedit.c 569 fprintf(f, " pedit action %s keys %d\n ", action_n2a(sel->action, b1, sizeof (b1)),sel->nkeys);
tc_util.c 366 char * action_n2a(int action, char *buf, int len) function

Completed in 62 milliseconds