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

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintaddr.c35 case FRI_NETMASKED :
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c4820 case FRI_NETMASKED :
4852 case FRI_NETMASKED :
6736 /* netmask update is performed unless FRI_NETMASKED is passed as atype, in */
6738 /* FRI_NETMASKED, if inpmask is non-NULL then the mask is set to an all 1s */
6747 if (inpmask != NULL && atype != FRI_NETMASKED)
6750 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6751 if (atype == FRI_NETMASKED) {
6776 /* netmask update is performed unless FRI_NETMASKED is passed as atype, in */
6778 /* FRI_NETMASKED, if inpmask is non-NULL then the mask is set to an all 1s */
6792 if (inpmask != NULL && atype != FRI_NETMASKED) {
[all...]
H A Dip_fil.h639 FRI_NETMASKED, /* network address with netmask from if */ enumerator in enum:fr_atypes_e
H A Dip_nat6.c3893 case FRI_NETMASKED :
4011 case FRI_NETMASKED :
H A Dip_nat.c7547 case FRI_NETMASKED :
7667 case FRI_NETMASKED :
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y1133 ifpflag = FRI_NETMASKED;

Completed in 95 milliseconds