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

/freebsd-current/sys/net/
H A Dif_clone.c70 char ifc_name[IFCLOSIZ]; /* (c) Name of device, e.g. `gif' */ member in struct:if_clone
306 if_addgroup(ifp, ifc->ifc_name);
334 if_delgroup(ifp, ifc->ifc_name);
361 if (strcmp(ifc->ifc_name, name) == 0) {
488 strncpy(ifc->ifc_name, name, IFCLOSIZ-1);
509 if (strcmp(ifc->ifc_name, ifc1->ifc_name) == 0) {
649 snprintf(name, IFNAMSIZ, "%s%d", ifc->ifc_name, unit);
734 strlcpy(buf, ifc->ifc_name, IFNAMSIZ);
761 char ifc_name[IFCLOSI local
[all...]
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c86 char ifc_name[IFNAMSIZ]; /* if name */ member in struct:ifc
406 "(no link-local address?)\n", ifcp->ifc_name);
760 ifcp->ifc_name, nrt,
793 ifcp->ifc_name,
1260 ifcp->ifc_name, inet6_n2p(&nh), ntohs(fsock.sin6_port), nn);
1462 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1468 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1542 strlcpy(ifcp->ifc_name, ifa->ifa_name,
1543 sizeof(ifcp->ifc_name));
1548 trace(1, "newif %s <%s>\n", ifcp->ifc_name,
[all...]

Completed in 83 milliseconds