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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_seq.h72 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_rfc.c60 #define SEQ_LT(a,b) ((int16_t)(((int16_t)(a))-((int16_t)(b))) < 0) macro
/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_rfc.c70 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro

Completed in 88 milliseconds