Home
last modified time | relevance | path

Searched refs:FI_BAD (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c311 if ((fin->fin_flx & (FI_FRAG|FI_BAD)) != FI_FRAG)
500 if ((fin->fin_flx & (FI_FRAG|FI_BAD)) != FI_FRAG)
687 if (!(oflx & FI_BAD) && (fin->fin_flx & FI_BAD)) {
H A Dfil.c398 while (go && !(fin->fin_flx & (FI_BAD|FI_SHORT))) {
427 fin->fin_flx |= FI_BAD;
533 fin->fin_flx |= FI_BAD;
544 fin->fin_flx |= FI_BAD;
595 fin->fin_flx |= FI_BAD;
646 fin->fin_flx |= FI_BAD;
999 fin->fin_flx |= FI_BAD;
1016 fin->fin_flx |= FI_BAD;
1064 fin->fin_flx |= FI_BAD;
1077 fin->fin_flx |= FI_BAD;
[all …]
H A Dip_proxy.c371 if ((fin->fin_flx & (FI_SHORT|FI_BAD)) != 0) {
501 if (fin->fin_flx & FI_BAD) {
H A Dip_state.c1129 (fin->fin_flx & (FI_SHORT|FI_STATE|FI_FRAGBODY|FI_BAD)))
1356 fin->fin_flx |= FI_BAD;
2471 ofin.fin_flx &= ~(FI_BAD|FI_SHORT);
3000 (fin->fin_flx & (FI_SHORT|FI_STATE|FI_FRAGBODY|FI_BAD)))
4074 ofin.fin_flx &= ~(FI_BAD|FI_SHORT);
H A Dip_fil_solaris.c1801 fin->fin_flx |= FI_BAD;
1815 fin->fin_flx |= FI_BAD;
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintfr.c278 if (fp->fr_mflx & FI_BAD) {
280 if (!(fp->fr_flx & FI_BAD))
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c942 fin->fin_flx |= FI_BAD;
951 fin->fin_flx |= FI_BAD;
H A Dipmon.c1295 if ((ipf->fl_lflags & FI_BAD) != 0) {
H A Dipf_y.y1301 | IPFY_BAD { $$ = FI_BAD; }
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h315 #define FI_BAD 0x0400 macro