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

  /src/usr.sbin/npf/npftest/libnpftest/
npf_table_test.c 422 addr = npf_table_getsome(t, sizeof(struct in_addr), 0);
426 addr = npf_table_getsome(t, sizeof(struct in_addr), 1);
430 addr = npf_table_getsome(t, sizeof(struct in_addr), 2);
  /src/sys/net/npf/
npf_impl.h 406 npf_addr_t * npf_table_getsome(npf_table_t *, const int, unsigned);
npf_tableset.c 726 npf_table_getsome(npf_table_t *t, const int alen, unsigned idx) function in typeref:typename:npf_addr_t *
npf_nat.c 468 return npf_table_getsome(t, alen, idx);

Completed in 95 milliseconds