FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SEQ_SUB
sys/netinet/tcp_seq.h
43
#define SEQ_SUB(a,b) ((int)((a)-(b)))
usr.sbin/cxgbetool/tcb_common.h
137
#define SEQ_SUB(a,b) (((a)-(b)) & 0xFFFFFFFF)