HomeSort by: relevance | last modified time | path
    Searched defs:SEQ_LT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_seq.h 42 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0)
46 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b))
  /src/sys/net/npf/
npf_state_tcp.c 87 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0)

Completed in 12 milliseconds