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