Home
last modified time | relevance | path

Searched refs:IPN_STICKY (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h255 #define IPN_STICKY 0x80000 macro
263 IPN_FRAG|IPN_STICKY|IPN_FIXEDDPORT|IPN_ICMPQUERY|\
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dprintnat.c136 if (np->in_flags & IPN_STICKY)
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c579 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) ==
580 (IPN_ROUNDR|IPN_STICKY)) {
600 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
696 if ((nat->nat_hm == NULL) && ((np->in_flags & IPN_STICKY) != 0))
H A Dip_nat.c2368 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) ==
2369 (IPN_ROUNDR|IPN_STICKY)) {
2389 if ((np->in_flags & (IPN_ROUNDR|IPN_STICKY)) == IPN_STICKY) {
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipnat_y.y679 nat->in_flags |= IPN_STICKY;