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

  /src/sys/net/npf/
npf_tableset.c 392 case NPF_TABLE_CONST:
440 case NPF_TABLE_CONST:
478 case NPF_TABLE_CONST:
590 case NPF_TABLE_CONST:
650 case NPF_TABLE_CONST:
693 case NPF_TABLE_CONST:
816 case NPF_TABLE_CONST:
846 case NPF_TABLE_CONST:
npf.h 273 #define NPF_TABLE_CONST 3
npf_ctl.c 172 if (type == NPF_TABLE_CONST && (blob == NULL || size == 0)) {
  /src/usr.sbin/npf/npfctl/
npf_parse.y 386 | CONST { $$ = NPF_TABLE_CONST; }
392 $$ = NPF_TABLE_CONST;
npf_cmd.c 209 { "const", NPF_TABLE_CONST },
npf_show.c 796 [NPF_TABLE_CONST] = "const",
npf_build.c 1212 if (type == NPF_TABLE_CONST && !fname) {
  /src/usr.sbin/npf/npftest/libnpftest/
npf_table_test.c 381 t = npf_table_create(CDB_NAME, CDB_TID, NPF_TABLE_CONST, blob, size);
  /src/lib/libnpf/
npf.c 1188 if (dnvlist_get_number(tl->table_dict, "type", 0) != NPF_TABLE_CONST) {

Completed in 17 milliseconds