HomeSort by: relevance | last modified time | path
    Searched refs:sifp (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/routed/
input.c 58 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;
  /src/sys/dist/pf/net/
if_pfsync.c 873 struct ifnet *sifp; local in function:pfsyncioctl
948 if ((sifp = ifunit(pfsyncr.pfsyncr_syncdev)) == NULL)
952 if (sifp->if_mtu < sc->sc_if.if_mtu ||
954 sifp->if_mtu < sc->sc_sync_ifp->if_mtu) ||
955 sifp->if_mtu < MCLBYTES - sizeof(struct ip))
957 sc->sc_sync_ifp = sifp;
  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 1101 struct ifnet *ifp, *sifp; local in function:ipf_fastroute
1215 sifp = fin->fin_ifp;
1239 fin->fin_ifp = sifp;
1381 sifp = fin->fin_ifp;
1386 fin->fin_ifp = sifp;
ip_nat6.c 2564 struct ifnet *ifp, *sifp; local in function:ipf_nat6_checkout
2582 sifp = fin->fin_ifp;
2745 fin->fin_ifp = sifp;
ip_nat.c 4780 struct ifnet *ifp, *sifp; local in function:ipf_nat_checkout
4810 sifp = fin->fin_ifp;
4972 fin->fin_ifp = sifp;

Completed in 95 milliseconds