FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SEQ_GT
sys/netinet/tcp_seq.h
41
#define SEQ_GT(a,b) ((int)((a)-(b)) > 0)
sys/netpfil/ipfilter/netinet/ip_state.c
2186
#define SEQ_GT(a,b) ((int)((a) - (b)) > 0)