Home
last modified time | relevance | path

Searched defs:SEQ_LT (Results 1 – 4 of 4) sorted by relevance

/csrg-svn/old/pcc/ccom.tahoe/tests/
H A Dxns_seq.c1 #define SEQ_LT(a,b) (((short)((a)-(b))) < 0) macro
/csrg-svn/sys/netinet/
H A Dtcp_seq.h15 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
/csrg-svn/sys/deprecated/bbnnet/
H A Dseq.h3 #define SEQ_LT(a,b) ((long)((a)-(b)) < 0) macro
/csrg-svn/sys/netiso/
H A Dtp_seq.h71 #define SEQ_LT(tpcb, seq, operand ) \ macro