Lines Matching refs:list
1293 const struct prefixentry *list, int default_val) in match_prefix() argument
1318 unsigned int bits = list[idx].bits; in match_prefix()
1319 const uint8_t *mask = list[idx].prefix.s6_addr; in match_prefix()
1340 return list[idx].val; in match_prefix()
1714 free_prefixlist (struct prefixlist *list) in free_prefixlist() argument
1716 while (list != NULL) in free_prefixlist()
1718 struct prefixlist *oldp = list; in free_prefixlist()
1719 list = list->next; in free_prefixlist()
1726 free_scopelist (struct scopelist *list) in free_scopelist() argument
1728 while (list != NULL) in free_scopelist()
1730 struct scopelist *oldp = list; in free_scopelist()
1731 list = list->next; in free_scopelist()