OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:action_n2a
(Results
1 - 6
of
6
) 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_nat.c
196
action_n2a
(sel->action, buf3, sizeof (buf3)));
tc_util.h
96
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
393
char *
action_n2a
(int action, char *buf, int len)
function
Completed in 437 milliseconds