Home
last modified time | relevance | path

Searched refs:FRI_NORMAL (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat6.c226 } else if (n->in_odstatype == FRI_NORMAL) {
269 if (n->in_osrcatype == FRI_NORMAL) {
310 } else if (n->in_odstatype == FRI_NORMAL) {
341 if (n->in_osrcatype == FRI_NORMAL) {
573 ipf_ifpaddr(softc, 6, FRI_NORMAL, fin->fin_ifp,
825 if (ipf_ifpaddr(softc, 6, FRI_NORMAL, fin->fin_ifp,
2548 case FRI_NORMAL :
2564 case FRI_NORMAL :
3889 case FRI_NORMAL :
4023 case FRI_NORMAL :
[all …]
H A Dip_nat.c642 if (n->in_odstatype == FRI_NORMAL) {
684 if (n->in_osrcatype == FRI_NORMAL) {
718 if (n->in_odstatype == FRI_NORMAL) {
743 if (n->in_osrcatype == FRI_NORMAL) {
1075 if (nat->in_osrcatype == FRI_NORMAL ||
1082 if (nat->in_nsrcatype == FRI_NORMAL)
1084 if (nat->in_ndstatype == FRI_NORMAL)
4728 case FRI_NORMAL :
4743 case FRI_NORMAL :
7531 case FRI_NORMAL :
[all …]
H A Dip_fil_freebsd.c565 if (ipf_ifpaddr(&V_ipfmain, 4, FRI_NORMAL, ifp,
602 if (ipf_ifpaddr(&V_ipfmain, 6, FRI_NORMAL, ifp,
H A Dfil.c4034 if (fr->fr_satype != FRI_NORMAL &&
4041 if (fr->fr_datype != FRI_NORMAL &&
4870 case FRI_NORMAL :
4901 case FRI_NORMAL :
9120 if (ipf_ifpaddr(softc, 4, FRI_NORMAL, ifp, &addr, NULL) == 0) {
9127 if (ipf_ifpaddr(softc, 6, FRI_NORMAL, ifp, &addr, NULL) == 0) {
H A Dip_fil.h568 FRI_NORMAL = 0, /* Normal address */ enumerator