Lines Matching refs:lifr_name
75 strncpy(lifr.lifr_name, ifname, size +1);
191 index = if_nametoindex(lifrp->lifr_name);
196 size = strcspn(lifrp->lifr_name,
198 lifrp->lifr_name[size] = '\0';
200 (void) strncpy(ifname, lifrp->lifr_name, size + 1);
288 size = strcspn(lifrp->lifr_name, (char *)IPIF_SEPARATOR_CHAR);
296 lifrp->lifr_name, size) == 0) {
308 if_nametoindex(lifrp->lifr_name);
319 lifrp->lifr_name[size] = '\0';
321 strdup(lifrp->lifr_name)) == NULL) {