xchg 379 netinet/tcp_subr.c #define xchg(a,b,type) do { type t; t=a; a=b; b=t; } while (0) xchg 396 netinet/tcp_subr.c #undef xchg