Searched refs:ac_mflag (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipmon_y.y339 if (macflags[i][1] & a->ac_mflag) {
349 a->ac_mflag |= macflags[i][1];
463 if ((a->ac_mflag & IPMAC_DIRECTION) != 0) {
482 if ((a->ac_mflag & IPMAC_EVERY) != 0) {
511 if ((a->ac_mflag & IPMAC_DSTIP) != 0) {
518 if ((a->ac_mflag & IPMAC_DSTPORT) != 0) {
530 if ((a->ac_mflag & IPMAC_GROUP) != 0) {
538 if ((a->ac_mflag & IPMAC_INTERFACE) != 0) {
545 if ((a->ac_mflag & IPMAC_PROTOCOL) != 0) {
552 if ((a->ac_mflag
[all...]
/freebsd-10.2-release/contrib/ipfilter/
H A Dipmon.h58 int ac_mflag; /* collection of things to compare */ member in struct:ipmon_action
93 * Flags indicating what fields to do matching upon (ac_mflag).

Completed in 46 milliseconds