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

/netbsd-current/usr.sbin/mopd/moptrace/
H A Dmoptrace.c61 int Not3Flag = 0; /* Ignore MOP V3 messages */ variable
76 Not3Flag++;
97 (Not3Flag && Not4Flag))
134 if ((trans == TRANS_ETHER) && Not3Flag) return;
/netbsd-current/usr.sbin/mopd/mopd/
H A Dmopd.c63 int Not3Flag = 0; /* Not MOP V3 messages. */ variable
78 Not3Flag++;
112 (Not3Flag && Not4Flag))
179 if ((trans == TRANS_ETHER) && Not3Flag) return;
/netbsd-current/usr.sbin/mopd/mopprobe/
H A Dmopprobe.c61 int Not3Flag = 0; /* Not MOP V3 messages */ variable
78 Not3Flag++;
102 (Not3Flag && Not4Flag))
149 if (Not3Flag) return;

Completed in 182 milliseconds