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

/freebsd-11-stable/sys/net/
H A Dif_clone.c65 char ifc_name[IFCLOSIZ]; /* (c) Name of device, e.g. `gif' */ member in struct:if_clone
215 if_addgroup(ifp, ifc->ifc_name);
267 if (strcmp(ifc->ifc_name, ifp->if_dname) == 0) {
328 if_delgroup(ifp, ifc->ifc_name);
336 if_addgroup(ifp, ifc->ifc_name);
354 strncpy(ifc->ifc_name, name, IFCLOSIZ-1);
371 if (strcmp(ifc->ifc_name, ifc1->ifc_name) == 0) {
427 snprintf(name, IFNAMSIZ, "%s%d", ifc->ifc_name, unit);
515 strlcpy(buf, ifc->ifc_name, IFNAMSI
[all...]
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c91 char ifc_name[IFNAMSIZ]; /* if name */ member in struct:ifc
409 "(no link-local address?)\n", ifcp->ifc_name);
761 ifcp->ifc_name, nrt,
793 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1254 ifcp->ifc_name, inet6_n2p(&nh), ntohs(fsock.sin6_port), nn);
1456 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1462 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1536 strlcpy(ifcp->ifc_name, ifa->ifa_name,
1537 sizeof(ifcp->ifc_name));
1542 trace(1, "newif %s <%s>\n", ifcp->ifc_name,
[all...]

Completed in 67 milliseconds