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

/freebsd-11.0-release/sys/net/
H A Dif_clone.c65 char ifc_name[IFCLOSIZ]; /* (c) Name of device, e.g. `gif' */ member in struct:if_clone
233 if_addgroup(ifp, ifc->ifc_name);
260 if (strcmp(ifc->ifc_name, ifp->if_dname) == 0) {
321 if_delgroup(ifp, ifc->ifc_name);
329 if_addgroup(ifp, ifc->ifc_name);
347 strncpy(ifc->ifc_name, name, IFCLOSIZ-1);
364 if (strcmp(ifc->ifc_name, ifc1->ifc_name) == 0) {
420 snprintf(name, IFNAMSIZ, "%s%d", ifc->ifc_name, unit);
508 strlcpy(buf, ifc->ifc_name, IFNAMSI
[all...]
/freebsd-11.0-release/usr.sbin/route6d/
H A Droute6d.c95 char ifc_name[IFNAMSIZ]; /* if name */ member in struct:ifc
413 "(no link-local address?)\n", ifcp->ifc_name);
765 ifcp->ifc_name, nrt,
797 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1256 ifcp->ifc_name, inet6_n2p(&nh), ntohs(fsock.sin6_port), nn);
1458 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1464 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1538 strlcpy(ifcp->ifc_name, ifa->ifa_name,
1539 sizeof(ifcp->ifc_name));
1544 trace(1, "newif %s <%s>\n", ifcp->ifc_name,
[all...]

Completed in 75 milliseconds