Searched refs:currmap (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.c662 struct mapping_defn_t *currmap = NULL; local
687 currmap = xzalloc(sizeof(struct mapping_defn_t));
690 if (currmap->max_matches == currmap->n_matches) {
691 currmap->max_matches = currmap->max_matches * 2 + 1;
692 currmap->match = xrealloc(currmap->match, sizeof(currmap->match) * currmap
1219 struct mapping_defn_t *currmap; local
[all...]

Completed in 109 milliseconds