HomeSort by: relevance | last modified time | path
    Searched refs:NPF_OP_NONE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/npf/
npf_ruleset.c 664 rl->gid.op = rl->uid.op = NPF_OP_NONE;
708 if (rl->uid.op != NPF_OP_NONE) {
711 if (rl->gid.op != NPF_OP_NONE) {
1030 if (rl->gid.op == NPF_OP_NONE && rl->uid.op == NPF_OP_NONE)
1036 if (rl->gid.op != NPF_OP_NONE) {
1042 if (rl->uid.op != NPF_OP_NONE) {
npf.h 394 NPF_OP_NONE,
  /src/usr.sbin/npf/npfctl/
npf_build.c 839 .uid = { .id = { 0, 0 }, .op = NPF_OP_NONE },
840 .gid = { .id = { 0, 0 }, .op = NPF_OP_NONE },
874 if (fopts->uid.op != NPF_OP_NONE) {
878 if (fopts->gid.op != NPF_OP_NONE) {
npf_parse.y 1048 : /* empty */ { $$.op = NPF_OP_NONE; }
1092 : /* empty */ { $$.op = NPF_OP_NONE; }

Completed in 15 milliseconds