Searched full:swaplong (Results 1 – 2 of 2) sorted by relevance
83 #define SWAPLONG(y) \ macro93 p->pc_zone = SWAPLONG(p->pc_zone);94 p->pc_sigfigs = SWAPLONG(p->pc_sigfigs);95 p->pc_slen = SWAPLONG(p->pc_slen);96 p->pc_type = SWAPLONG(p->pc_type);117 if (SWAPLONG(ph.pc_id) != TCPDUMP_MAGIC) {169 rec->ph_clen = SWAPLONG(rec->ph_clen);170 rec->ph_len = SWAPLONG(rec->ph_len);171 rec->ph_ts.tv_sec = SWAPLONG(rec->ph_ts.tv_sec);172 rec->ph_ts.tv_usec = SWAPLONG(rec->ph_ts.tv_usec);
162 #define swaplong(a) ((swapshort(a) << 16) | (swapshort(((unsigned)a >> 16)))) macro175 swapreq.id_num = swaplong(req.id_num); in swapmsg()176 swapreq.pid = swaplong(req.pid); in swapmsg()