Home
last modified time | relevance | path

Searched full:swaplong (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dipft_pc.c83 #define SWAPLONG(y) \ macro
93 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);
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Din.talkd.c162 #define swaplong(a) ((swapshort(a) << 16) | (swapshort(((unsigned)a >> 16)))) macro
175 swapreq.id_num = swaplong(req.id_num); in swapmsg()
176 swapreq.pid = swaplong(req.pid); in swapmsg()