Searched refs:FRI_NORMAL (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintactiveaddr.c30 printaddr(AF_INET6, FRI_NORMAL, ifname, 0,
H A Dprintnataddr.c28 if (addr->na_atype == FRI_NORMAL &&
H A Dprintaddr.c49 case FRI_NORMAL :
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipnat_y.y932 $$.t = FRI_NORMAL;
936 $$.t = FRI_NORMAL;
954 $$.t = FRI_NORMAL;
969 $$.t = FRI_NORMAL;
981 $$.t = FRI_NORMAL;
995 $$.t = FRI_NORMAL;
1007 $$.t = FRI_NORMAL;
H A Dipfcomp.c79 ((fr->fr_datype != FRI_NORMAL) || (fr->fr_satype != FRI_NORMAL)))
H A Dipf_y.y1024 $$.type = FRI_NORMAL;
1037 $$.type = FRI_NORMAL;
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c232 } else if (n->in_odstatype == FRI_NORMAL) {
275 if (n->in_osrcatype == FRI_NORMAL) {
316 } else if (n->in_odstatype == FRI_NORMAL) {
347 if (n->in_osrcatype == FRI_NORMAL) {
579 ipf_ifpaddr(softc, 6, FRI_NORMAL, fin->fin_ifp,
831 if (ipf_ifpaddr(softc, 6, FRI_NORMAL, fin->fin_ifp,
2554 case FRI_NORMAL :
2570 case FRI_NORMAL :
3895 case FRI_NORMAL :
4029 case FRI_NORMAL
[all...]
H A Dip_nat.c654 if (n->in_odstatype == FRI_NORMAL) {
696 if (n->in_osrcatype == FRI_NORMAL) {
730 if (n->in_odstatype == FRI_NORMAL) {
755 if (n->in_osrcatype == FRI_NORMAL) {
1091 if (nat->in_osrcatype == FRI_NORMAL ||
1094 if (nat->in_odstatype == FRI_NORMAL ||
1098 if (nat->in_nsrcatype == FRI_NORMAL)
1100 if (nat->in_ndstatype == FRI_NORMAL)
2737 ipf_ifpaddr(softc, 4, FRI_NORMAL, fin->fin_ifp,
2977 if (ipf_ifpaddr(softc, 4, FRI_NORMAL, fi
[all...]
H A Dip_fil_freebsd.c585 if (ipf_ifpaddr(&ipfmain, 4, FRI_NORMAL, ifp,
623 if (ipf_ifpaddr(&ipfmain, 6, FRI_NORMAL, ifp,
H A Dfil.c4051 if (fr->fr_satype != FRI_NORMAL &&
4058 if (fr->fr_datype != FRI_NORMAL &&
4837 case FRI_NORMAL :
4868 case FRI_NORMAL :
9088 if (ipf_ifpaddr(softc, 4, FRI_NORMAL, ifp, &addr, NULL) == 0) {
9095 if (ipf_ifpaddr(softc, 6, FRI_NORMAL, ifp, &addr, NULL) == 0) {
H A Dip_fil.h632 FRI_NORMAL = 0, /* Normal address */ enumerator in enum:fr_atypes_e
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c2397 np->in_ndst.na_atype = FRI_NORMAL;
2400 np->in_odst.na_atype = FRI_NORMAL;
2403 np->in_osrc.na_atype = FRI_NORMAL;
2408 np->in_nsrc.na_atype = FRI_NORMAL;
2411 np->in_osrc.na_atype = FRI_NORMAL;
2414 np->in_odst.na_atype = FRI_NORMAL;

Completed in 214 milliseconds