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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dipcalc.c106 char *prefixstr; local
108 prefixstr = ipstr;
110 while (*prefixstr) {
111 if (*prefixstr == '/') {
112 *prefixstr = (char)0;
113 prefixstr++;
114 if (*prefixstr) {
116 netprefix = xatoul_range(prefixstr, 0, 32);
131 prefixstr++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_zebra.c208 char prefixstr[128], nexthopstr[128];
248 prefix2str ((struct prefix *)&p, prefixstr, sizeof (prefixstr));
253 zebra_route_name [api.type], prefixstr,
257 zebra_route_name [api.type], prefixstr,
207 char prefixstr[128], nexthopstr[128]; local

Completed in 102 milliseconds