Searched refs:ifp2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dstartup.c245 register struct interface *ifp2 = ifnet; local
253 for (ifp2 = ifnet; ifp2; ifp2 =ifp2->int_next) {
256 if ((*match)(&ifp2->int_dstaddr,&ifp->int_dstaddr)) {
257 insque(&ifp2->int_sq,&ifp->int_sq);
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_pipe.c536 struct ifnet *ifp, *ifp2; local
639 ifp2 = malloc(sizeof(*ifp), M_DEVBUF, M_NOWAIT | M_ZERO);
644 strcpy(ifp2->if_xname, NM_IFPNAME(pna->ifp));
653 sna->up.ifp = ifp2;
700 free(ifp2, M_DEVBUF);
/freebsd-9.3-release/sys/net/
H A Dif_gre.c268 struct ifnet **ifp2; local
280 ifp2 = gt->ifp;
282 if (*ifp2 == ifp)
284 ifp2++;
286 if (*ifp2 == ifp) {
293 *ifp2 = ifp;
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c4534 void *ifp2; local
4569 ifp2 = nat->nat_ifps[0];
4570 if (ifp2 == NULL)
4578 if (fr_ifpaddr(4, FRI_NORMAL, ifp2, &in, NULL) != -1)

Completed in 131 milliseconds