Lines Matching defs:xchg
140 #define xchg(a,b,type) { type t; t=a; a=b; b=t; }141 xchg(ti->ti_dst.s_addr, ti->ti_src.s_addr, u_int32_t);142 xchg(ti->ti_dport, ti->ti_sport, u_int16_t);143 #undef xchg