lpm_lookup
void * lpm_lookup(lpm_t *, const void *, size_t);
if (lpm_lookup(t->t_lpm, addr, alen) == NULL &&
ent = lpm_lookup(t->t_lpm, addr, alen);
found = lpm_lookup(t->t_lpm, addr, alen) != NULL;