Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintaddr.c34 case FRI_NETMASKED :
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c4570 case FRI_NETMASKED :
4595 case FRI_NETMASKED :
6079 if (inpmask != NULL && atype != FRI_NETMASKED)
6082 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6083 if (atype == FRI_NETMASKED) {
6125 if (inpmask != NULL && atype != FRI_NETMASKED) {
6132 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6133 if (atype == FRI_NETMASKED) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h556 #define FRI_NETMASKED 7 /* network address with netmask from if */ macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1029 ifpflag = FRI_NETMASKED;