Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_clone.c70 char ifc_name[IFCLOSIZ]; /* (c) Name of device, e.g. `gif' */ member
299 if_addgroup(ifp, ifc->ifc_name); in ifc_link_ifp()
327 if_delgroup(ifp, ifc->ifc_name); in ifc_unlink_ifp()
354 if (strcmp(ifc->ifc_name, name) == 0) { in ifc_find_cloner()
482 strncpy(ifc->ifc_name, name, IFCLOSIZ-1); in if_clone_alloc()
503 if (strcmp(ifc->ifc_name, ifc1->ifc_name) == 0) { in if_clone_attach()
647 snprintf(name, IFNAMSIZ, "%s%d", ifc->ifc_name, unit); in if_clone_simple()
732 strlcpy(buf, ifc->ifc_name, IFNAMSIZ); in if_clone_list()
759 char ifc_name[IFCLOSIZ] = { [0] = '\0' }; in if_clone_restoregroup() local
767 strncpy(ifc_name, ifc->ifc_name, IFCLOSIZ-1); in if_clone_restoregroup()
[all …]
/freebsd/usr.sbin/route6d/
H A Droute6d.c86 char ifc_name[IFNAMSIZ]; /* if name */ member
406 "(no link-local address?)\n", ifcp->ifc_name); in main()
760 ifcp->ifc_name, nrt, in ripflush()
793 ifcp->ifc_name, in ripflush()
1260 ifcp->ifc_name, inet6_n2p(&nh), ntohs(fsock.sin6_port), nn); in riprecv()
1462 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr)); in sendrequest()
1468 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr)); in sendrequest()
1542 strlcpy(ifcp->ifc_name, ifa->ifa_name, in ifconfig()
1543 sizeof(ifcp->ifc_name)); in ifconfig()
1548 trace(1, "newif %s <%s>\n", ifcp->ifc_name, in ifconfig()
[all …]