Home
last modified time | relevance | path

Searched refs:FI_ICMPQUERY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c2069 if ((fin->fin_flx & FI_ICMPQUERY) != 0)
2352 if ((fin->fin_flx & FI_ICMPQUERY) != 0) {
H A Dfil.c698 fin->fin_flx |= FI_ICMPQUERY;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h326 #define FI_ICMPQUERY 0x40000 macro