Searched refs:max_options (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c78 int max_options; member in struct:interface_defn_t
808 if (currif->n_options >= currif->max_options) {
811 currif->max_options = currif->max_options + 10;
812 opt = xrealloc(currif->option, sizeof(*opt) * currif->max_options);

Completed in 162 milliseconds