HomeSort by: relevance | last modified time | path
    Searched defs:print_op (Results 1 - 1 of 1) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 66 void print_op (u_int8_t, const char *, const char *);
336 print_op(u_int8_t op, const char *a1, const char *a2) function in typeref:typename:void
371 print_op(op, s->s_name, a2);
373 print_op(op, a1, a2);
385 print_op(op, "unknown", a2);
387 print_op(op, a1, a2);

Completed in 11 milliseconds