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

  /src/sys/external/bsd/libnv/dist/
nv.h 181 void nvlist_move_nvlist(nvlist_t *nvl, const char *name, nvlist_t *value);
nvlist.c 1724 nvlist_move_nvlist(nvlist_t *nvl, const char *name, nvlist_t *value) function in typeref:typename:void
  /src/sys/net/npf/
npf_conn.c 836 nvlist_move_nvlist(nvl, "forw-key", knvl);
839 nvlist_move_nvlist(nvl, "back-key", knvl);
npf_nat.c 922 nvlist_move_nvlist(con_nv, "nat", nat_nv);
  /src/lib/libnpf/
npf.c 1422 nvlist_move_nvlist(req, "key", key_nv);
1558 nvlist_move_nvlist(ncf->ncf_dict, "debug", debug);

Completed in 1544 milliseconds