Searched refs:npdict (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_nat.c765 prop_dictionary_t npdict; local
776 while ((npdict = prop_object_iterator_next(it)) != NULL) {
778 prop_dictionary_get_uint64(npdict, "id-ptr", &itnp);
783 if (npdict == NULL) {
785 npdict = prop_dictionary_create();
787 prop_dictionary_set(npdict, "nat-policy-data", npd);
791 prop_dictionary_set_uint64(npdict, "id-ptr", (uintptr_t)np);
792 prop_array_add(natlist, npdict);
793 prop_object_release(npdict);
795 prop_dictionary_set(sedict, "nat-policy", npdict);
[all...]

Completed in 101 milliseconds