Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difupdown.c199 int n_options; member
287 for (i = 0; i < ifd->n_options; i++) { in get_var()
1055 for (i = 0; i < currif->n_options; i++) { in read_interfaces()
1061 currif->option = xrealloc_vector(currif->option, 4, currif->n_options); in read_interfaces()
1062 currif->option[currif->n_options].name = xstrdup(first_word); in read_interfaces()
1063 currif->option[currif->n_options].value = xstrdup(rest_of_line); in read_interfaces()
1064 currif->n_options++; in read_interfaces()
1134 G.my_environ = xzalloc(sizeof(char *) * (iface->n_options + 7)); in set_environ()
1137 for (i = 0; i < iface->n_options; i++) { in set_environ()
1189 for (i = 0; i < ifd->n_options; i++) { in execute_all()