Searched refs:sifp (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sbin/routed/
H A Dinput.c58 struct interface *sifp)
94 * sifp is interface associated with the socket through which
128 if (sifp == 0)
129 sifp = aifp;
131 input(&from, sifp, aifp, &inbuf.pbuf.rip, cc);
140 struct interface *sifp, /* interface of incoming socket */
165 trace_rip("Recv", "from", from, sifp, rip, cc);
208 aifp = sifp;
57 read_rip(int sock, struct interface *sifp) argument
139 input(struct sockaddr_in *from, struct interface *sifp, struct interface *aifp, struct rip *rip, int cc) argument
/netbsd-current/external/bsd/ipf/dist/
H A Dip_fil.c429 void *sifp; local
432 sifp = fin->fin_ifp;
486 fin->fin_ifp = sifp;
H A Dip_nat6.c2621 struct ifnet *ifp, *sifp; local
2637 sifp = fin->fin_ifp;
2798 fin->fin_ifp = sifp;
/netbsd-current/sys/dist/pf/net/
H A Dif_pfsync.c874 struct ifnet *sifp; local
949 if ((sifp = ifunit(pfsyncr.pfsyncr_syncdev)) == NULL)
953 if (sifp->if_mtu < sc->sc_if.if_mtu ||
955 sifp->if_mtu < sc->sc_sync_ifp->if_mtu) ||
956 sifp->if_mtu < MCLBYTES - sizeof(struct ip))
958 sc->sc_sync_ifp = sifp;
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c1101 struct ifnet *ifp, *sifp; local
1215 sifp = fin->fin_ifp;
1239 fin->fin_ifp = sifp;
1381 sifp = fin->fin_ifp;
1386 fin->fin_ifp = sifp;
H A Dip_nat6.c2564 struct ifnet *ifp, *sifp; local
2582 sifp = fin->fin_ifp;
2745 fin->fin_ifp = sifp;
H A Dip_nat.c4780 struct ifnet *ifp, *sifp; local
4810 sifp = fin->fin_ifp;
4972 fin->fin_ifp = sifp;
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dipv6.c1115 ipv6_anyglobal(struct interface *sifp) argument
1127 if (IN_PRIVSEP(sifp->ctx))
1128 forwarding = ps_root_ip6forwarding(sifp->ctx, NULL) != 0;
1133 TAILQ_FOREACH(ifp, sifp->ctx->ifaces, next) {
1134 if (ifp != sifp && !forwarding)

Completed in 154 milliseconds