Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintaddr.c36 case FRI_NETMASKED :
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c4574 case FRI_NETMASKED :
4599 case FRI_NETMASKED :
6083 if (inpmask != NULL && atype != FRI_NETMASKED)
6086 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6087 if (atype == FRI_NETMASKED) {
6129 if (inpmask != NULL && atype != FRI_NETMASKED) {
6136 if (atype == FRI_NETWORK || atype == FRI_NETMASKED) {
6137 if (atype == FRI_NETMASKED) {
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h555 #define FRI_NETMASKED 7 /* network address with netmask from if */ macro
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipf_y.y1029 ifpflag = FRI_NETMASKED;