Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/npf/npftest/libnpftest/
Dnpf_table_test.c422 addr = npf_table_getsome(t, sizeof(struct in_addr), 0); in test_ifaddr_table()
426 addr = npf_table_getsome(t, sizeof(struct in_addr), 1); in test_ifaddr_table()
430 addr = npf_table_getsome(t, sizeof(struct in_addr), 2); in test_ifaddr_table()
/netbsd/src/sys/net/npf/
Dnpf_impl.h403 npf_addr_t * npf_table_getsome(npf_table_t *, const int, unsigned);
Dnpf_tableset.c726 npf_table_getsome(npf_table_t *t, const int alen, unsigned idx) in npf_table_getsome() function
Dnpf_nat.c468 return npf_table_getsome(t, alen, idx); in npf_nat_getaddr()