Home
last modified time | relevance | path

Searched refs:nvc (Results 1 – 1 of 1) sorted by relevance

/src/sys/netpfil/pf/
H A Dpf_ioctl.c6920 nvlist_t *nvc; in pf_add_status_counters() local
6922 nvc = nvlist_create(0); in pf_add_status_counters()
6923 if (nvc == NULL) in pf_add_status_counters()
6927 nvlist_append_number_array(nvc, "counters", in pf_add_status_counters()
6929 nvlist_append_string_array(nvc, "names", in pf_add_status_counters()
6931 nvlist_append_number_array(nvc, "ids", in pf_add_status_counters()
6934 nvlist_add_nvlist(nvl, name, nvc); in pf_add_status_counters()
6935 nvlist_destroy(nvc); in pf_add_status_counters()
6943 nvlist_t *nvl = NULL, *nvc = NULL; in pf_getstatus() local
6988 nvc = nvlist_create(0); in pf_getstatus()
[all …]