HomeSort by: relevance | last modified time | path
    Searched defs:ipsecp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netipsec/
ipsecif.c 699 struct ifnet *ipsecp; local in function:ipsecif4_input
713 ipsecp = &sc->ipsec_if;
714 if ((ipsecp->if_flags & IFF_UP) == 0) {
757 if (ipsecp->if_flags & IFF_ECN)
778 if (ipsecp->if_flags & IFF_ECN)
793 if_ipsec_input(m, af, ipsecp);
818 struct ifnet *ipsecp; local in function:ipsecif6_input
832 ipsecp = &sc->ipsec_if;
833 if ((ipsecp->if_flags & IFF_UP) == 0) {
881 if (ipsecp->if_flags & IFF_ECN
    [all...]
ipsecif.c 699 struct ifnet *ipsecp; local in function:ipsecif4_input
713 ipsecp = &sc->ipsec_if;
714 if ((ipsecp->if_flags & IFF_UP) == 0) {
757 if (ipsecp->if_flags & IFF_ECN)
778 if (ipsecp->if_flags & IFF_ECN)
793 if_ipsec_input(m, af, ipsecp);
818 struct ifnet *ipsecp; local in function:ipsecif6_input
832 ipsecp = &sc->ipsec_if;
833 if ((ipsecp->if_flags & IFF_UP) == 0) {
881 if (ipsecp->if_flags & IFF_ECN
    [all...]
ipsecif.c 699 struct ifnet *ipsecp; local in function:ipsecif4_input
713 ipsecp = &sc->ipsec_if;
714 if ((ipsecp->if_flags & IFF_UP) == 0) {
757 if (ipsecp->if_flags & IFF_ECN)
778 if (ipsecp->if_flags & IFF_ECN)
793 if_ipsec_input(m, af, ipsecp);
818 struct ifnet *ipsecp; local in function:ipsecif6_input
832 ipsecp = &sc->ipsec_if;
833 if ((ipsecp->if_flags & IFF_UP) == 0) {
881 if (ipsecp->if_flags & IFF_ECN
    [all...]

Completed in 34 milliseconds