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

/openbsd-current/usr.sbin/npppd/npppd/
H A Dmppe.c75 #define COHER_EQ(a, b) ((((a) - (b)) & 0xfff) == 0) macro
78 #define COHER_NE(a, b) (!COHER_EQ((a), (b)))

Completed in 56 milliseconds