Searched refs:label_buf (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.c138 static char label_buf[20]; local
139 safe_strncpy(label_buf, ifd->iface, sizeof(label_buf));
140 result = strchr(label_buf, ':');
144 return label_buf;

Completed in 212 milliseconds