DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAX64
sys/net/dummynet/ip_dummynet.c
96
#define MAX64(x, y) ((((int64_t)((y) - (x))) > 0) ? (y) : (x))
sys/net/dummynet3/ip_dummynet3.c
126
#define MAX64(x, y) ((((int64_t)((y) - (x))) > 0) ? (y) : (x))