Home
last modified time | relevance | path

Searched refs:FRI_NETMASKED (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sbin/ipf/libipf/
H A Dprintaddr.c33 case FRI_NETMASKED : in printaddr()
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dfil.c4728 case FRI_NETMASKED : in frrequest()
4760 case FRI_NETMASKED : in frrequest()
6577 if (inpmask != NULL && atype != FRI_NETMASKED)
6580 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6581 if (atype == FRI_NETMASKED) {
6620 if (inpmask != NULL && atype != FRI_NETMASKED) {
6627 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6628 if (atype == FRI_NETMASKED) {
H A Dip_nat6.c3818 case FRI_NETMASKED : in ipf_nat6_nextaddr()
3932 case FRI_NETMASKED : in ipf_nat6_nextaddrinit()
H A Dip_fil.h579 FRI_NETMASKED, /* network address with netmask from if */ enumerator
H A Dip_nat.c7368 case FRI_NETMASKED : in ipf_nat_nextaddr()
7488 case FRI_NETMASKED : in ipf_nat_nextaddrinit()
/freebsd-13.1/sbin/ipf/common/
H A Dipf_y.y1134 ifpflag = FRI_NETMASKED;