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

/netbsd-6-1-5-RELEASE/usr.sbin/route6d/
H A Droute6d.c103 char *ifc_name; /* if name */ member in struct:ifc
365 ifcp->ifc_name);
669 ifcp->ifc_name, nrt,
701 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1091 ifcp->ifc_name, inet6_n2p(&nh), ntohs(fsock.sin6_port), (int)nn);
1293 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1299 ifcp->ifc_name, inet6_n2p(&ifcp->ifc_ripsin.sin6_addr));
1373 ifcp->ifc_name = allocopy(ifa->ifa_name);
1377 trace(1, "newif %s <%s>\n", ifcp->ifc_name,
1379 if (!strcmp(ifcp->ifc_name, LOOPBACK_I
[all...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_faith.c116 if_initname(ifp, ifc->ifc_name, unit);
H A Dif_loop.c166 if_initname(ifp, ifc->ifc_name, unit);
H A Dif_srt.c251 if_initname(&sc->intf,cl->ifc_name,unit);
H A Dif.c999 if (strlen(ifc->ifc_name) == cp - name &&
1000 strncmp(name, ifc->ifc_name, cp - name) == 0)
1067 (void)strncpy(outbuf, ifc->ifc_name, sizeof(outbuf));
H A Dif.h139 const char *ifc_name; /* name of device, e.g. `gif' */ member in struct:if_clone
H A Dif_gif.c137 if_initname(&sc->gif_if, ifc->ifc_name, unit);
H A Dif_mpls.c114 if_initname(&sc->sc_if, ifc->ifc_name, unit);
H A Dif_stf.c194 if_initname(&sc->sc_if, ifc->ifc_name, unit);
H A Dif_vlan.c226 if_initname(ifp, ifc->ifc_name, unit);
H A Dif_ppp.c314 return ppp_create(ifc->ifc_name, unit) == NULL ? EEXIST : 0;
358 sc = ppp_create(ppp_cloner.ifc_name, -1);
H A Dif_sl.c233 if_initname(&sc->sc_if, ifc->ifc_name, unit);
H A Dif_tun.c179 if_initname(&tp->tun_if, ifc->ifc_name, unit);
H A Dif_gre.c285 if_initname(&sc->sc_if, ifc->ifc_name, unit);
H A Dif_strip.c366 if_initname(&sc->sc_if, ifc->ifc_name, unit);
H A Dif_bridge.c370 if_initname(ifp, ifc->ifc_name, unit);
/netbsd-6-1-5-RELEASE/usr.sbin/map-mbone/
H A Dmapper.c640 char *ifc_name = inet_fmt(ifc->addr); local
641 int ifc_len = strlen(ifc_name);
644 printf(" %s:", ifc_name);
/netbsd-6-1-5-RELEASE/sys/net/agr/
H A Dif_agr.c329 ifc->ifc_name, unit);
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_carp.c788 snprintf(ifp->if_xname, sizeof ifp->if_xname, "%s%d", ifc->ifc_name,

Completed in 157 milliseconds