Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SEQ_LEQ
usr/src/stand/lib/tcp/tcp_inet.h
65
#define SEQ_LEQ(a, b) ((int32_t)((a)-(b)) <= 0)
usr/src/uts/common/inet/tcp.h
91
#define SEQ_LEQ(a, b) ((int32_t)((a)-(b)) <= 0)
usr/src/uts/common/netinet/tcp_seq.h
22
#define SEQ_LEQ(a, b) ((int32_t)((a)-(b)) <= 0)