Searched defs:SEQ_GEQ (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_seq.h75 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0) macro
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_rfc.c63 #define SEQ_GEQ(a,b) ((int16_t)(((int16_t)(a))-((int16_t)(b))) >= 0) macro
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_rfc.c73 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0) macro

Completed in 95 milliseconds