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

  /src/sys/net/npf/
lpm.h 41 void * lpm_lookup(lpm_t *, const void *, size_t);
npf_tableset.c 580 if (lpm_lookup(t->t_lpm, addr, alen) == NULL &&
640 ent = lpm_lookup(t->t_lpm, addr, alen);
690 found = lpm_lookup(t->t_lpm, addr, alen) != NULL;
lpm.c 363 * lpm_lookup: find the longest matching prefix given the IP address.
368 lpm_lookup(lpm_t *lpm, const void *addr, size_t len) function in typeref:typename:void *

Completed in 15 milliseconds