Searched refs:fl_flags (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/find/
H A Dfind.h115 #define fl_flags p_un.fl._f_flags macro
H A Dfunction.c814 return (flags | plan->fl_flags) == flags &&
817 return (flags & plan->fl_flags) ||
820 return flags == plan->fl_flags &&
821 !(plan->fl_flags & plan->fl_notflags);
846 new->fl_flags = flags;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c1138 if (FR_ISPASS(ipf->fl_flags)) {
1139 if (ipf->fl_flags & FR_LOGP)
1143 } else if (FR_ISBLOCK(ipf->fl_flags)) {
1144 if (ipf->fl_flags & FR_LOGB)
1149 } else if ((ipf->fl_flags & FR_LOGMASK) == FR_LOG) {
1152 } else if (ipf->fl_flags & FF_LOGNOMATCH) {
1341 if (ipf->fl_flags & FR_KEEPSTATE) {
1346 if (ipf->fl_flags & FR_KEEPFRAG) {
1430 (ipf->fl_flags & FR_LOGBODY)) {
H A Dipmon_y.y465 if ((ipf->fl_flags & FR_INQUE) == 0) {
470 if ((ipf->fl_flags & FR_OUTQUE) == 0) {
553 if ((ipf->fl_flags & FF_LOGNOMATCH) != 0) {
558 } else if (FR_ISPASS(ipf->fl_flags)) {
563 } else if (FR_ISBLOCK(ipf->fl_flags)) {
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_log.c483 ipfl.fl_flags = flags;
H A Dip_fil.h979 u_32_t fl_flags; member in struct:ipflog

Completed in 158 milliseconds