NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
xchg
sys/netinet/tcp_subr.c
745
#define xchg(a,b,type) { type t; t=a; a=b; b=t; }
sys/netinet/tcp_subr.c
765
#undef xchg