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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_seq.h73 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) macro
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_rfc.c61 #define SEQ_LEQ(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.c71 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) macro

Completed in 192 milliseconds