Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difupdown.c185 int n_mappings; member
1073 currmap->mapping = xrealloc_vector(currmap->mapping, 2, currmap->n_mappings); in read_interfaces()
1074 currmap->mapping[currmap->n_mappings] = xstrdup(next_word(&rest_of_line)); in read_interfaces()
1075 currmap->n_mappings++; in read_interfaces()
1275 for (i = 0; i < map->n_mappings; i++) { in run_mapping()