Searched refs:f_action (Results 1 - 4 of 4) sorted by relevance

/external/libppp/src/
H A Dfilter.h57 unsigned f_action : 8; /* Filtering action: goto or A_... */ member in struct:filterent
75 /* f_action values [0..MAXFILTERS) specify the next filter rule, others are: */
H A Dfilter.c257 ofp->f_action = A_NONE;
286 ofp->f_action = A_NONE;
292 fe.f_action = action;
457 if (fp->f_action != A_NONE) {
458 prompt_Printf(prompt, " %2d %s", n, filter_Action2Nam(fp->f_action));
568 if (fp->f_action != A_NONE) {
H A Dip.c232 if (fp->f_action == A_NONE)
283 if (fp->f_action == A_NONE) {
425 n, fp->f_proto, dbuff, filter_Action2Nam(fp->f_action));
442 filter_Action2Nam(fp->f_action));
450 if (fp->f_action < A_NONE)
451 fp = &filter->rule[n = fp->f_action];
453 if (fp->f_action == A_PERMIT) {
H A Dbundle.c878 bundle.filter.in.rule[i].f_action = A_NONE;
879 bundle.filter.out.rule[i].f_action = A_NONE;
880 bundle.filter.dial.rule[i].f_action = A_NONE;
881 bundle.filter.alive.rule[i].f_action = A_NONE;

Completed in 106 milliseconds