OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SEQ_LEQ
sys/netinet/tcp_seq.h
44
#define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0)
usr.sbin/iscsid/iscsid.h
79
#define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0)