Lines Matching refs:ifname
93 char ifname[9], lastname[IFNAMSIZ];
114 &index, &plen, &scope, &flags, ifname) != EOF) {
117 if (strncmp(lastname, ifname, IFNAMSIZ) == 0) {
122 memcpy(lastname, ifname, IFNAMSIZ);
164 memcpy(ifi->ifi_name, ifname, IFI_NAME);
170 memcpy(ifr.ifr_name, ifname, IFNAMSIZ);
262 /* Strip logical interface number before checking ifname */
267 * Check ifname to see if the logical interface is associated
365 char ifname[LIFNAMSIZ], cmpifname[LIFNAMSIZ];
420 if (strlcpy(ifname, lifrp->lifr_name, sizeof(ifname)) >= sizeof(ifname))
422 if ((cptr = strchr(ifname, ':')) != NULL)
434 /* Strip logical interface number before checking ifname */
438 if (strcmp(cmpifname, ifname) == 0)
449 lifc.lifc_req, ifname, &best_lifr)) == NULL)