HomeSort by: relevance | last modified time | path
    Searched refs:fi_flx (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ipf/dist/samples/
userauth.c 36 if (fi->fi_flx & FI_TCPUDP)
39 if (fi->fi_flx & FI_TCPUDP)
51 if (fra.fra_info.fin_fi.fi_flx & FI_TCPUDP)
  /src/external/bsd/ipf/dist/tools/
ipfcomp.c 600 if (ipf != NULL && ipf->fri_mip.fi_flx != 0)
762 ipf->fri_mip.fi_flx, 0xf,
763 ipf->fri_ip.fi_flx);
1049 (fr1->fr_mip.fi_flx == fr->fr_mip.fi_flx) &&
1050 (fr1->fr_ip.fi_flx == fr->fr_ip.fi_flx)) {
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 306 u_32_t fi_flx; /* packet flags */ member in struct:fr_ip
315 * For use in fi_flx
478 #define fin_flx fin_fi.fi_flx
838 #define fr_flx fr_ip.fi_flx
839 #define fr_mflx fr_mip.fi_flx
ip_fil_compat.c 112 u_32_t fi_flx; member in struct:fr_ip4
1322 v5->fi_flx = v4->fi_flx;
1340 v4->fi_flx = v5->fi_flx;
fil.c 1731 fi->fi_flx |= FI_FRAG;
1753 fi->fi_flx |= FI_BAD;
1812 fi->fi_flx |= FI_OPTIONS;
2169 if (fi->fi_flx & FI_SHORT)
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 112 u_32_t fi_flx; member in struct:fr_ip4
1315 v5->fi_flx = v4->fi_flx;
1335 v4->fi_flx = v5->fi_flx;

Completed in 73 milliseconds