/src/usr.sbin/npf/npftest/libnpftest/ |
npf_test_subr.c | 98 nvlist_t *npf_dict; local in function:npf_test_load 102 npf_dict = nvlist_unpack(buf, len, 0); 103 if (!npf_dict) { 107 load_npf_config_ifs(npf_dict, verbose); 108 ret = npfk_load(npf_getkernctx(), npf_dict, &error); 109 nvlist_destroy(npf_dict); 151 load_npf_config_ifs(nvlist_t *npf_dict, bool verbose) 157 dbg_dict = dnvlist_get_nvlist(npf_dict, "debug", NULL);
|
npf_test_subr.c | 98 nvlist_t *npf_dict; local in function:npf_test_load 102 npf_dict = nvlist_unpack(buf, len, 0); 103 if (!npf_dict) { 107 load_npf_config_ifs(npf_dict, verbose); 108 ret = npfk_load(npf_getkernctx(), npf_dict, &error); 109 nvlist_destroy(npf_dict); 151 load_npf_config_ifs(nvlist_t *npf_dict, bool verbose) 157 dbg_dict = dnvlist_get_nvlist(npf_dict, "debug", NULL);
|