Searched refs:Not4Flag (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/mopd/moptrace/
H A Dmoptrace.c55 int Not4Flag = 0; /* Ignore MOP V4 messages */ variable
75 Not4Flag = 1;
93 (Not3Flag && Not4Flag))
127 if ((trans == TRANS_8023) && Not4Flag) return;
/openbsd-current/usr.sbin/mopd/mopd/
H A Dmopd.c61 int Not4Flag = 0; /* Not MOP V4 messages. */ variable
81 Not4Flag = 1;
108 (argc > optind) || (Not3Flag && Not4Flag))
176 if ((trans == TRANS_8023) && Not4Flag) return;
/openbsd-current/usr.sbin/mopd/mopprobe/
H A Dmopprobe.c58 int Not4Flag = 0; /* Not MOP V4 messages */ variable
81 Not4Flag = 1;
101 (Not3Flag && Not4Flag))
138 if ((trans == TRANS_8023) && Not4Flag) return;

Completed in 62 milliseconds