Searched refs:SWAPLONG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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(re
[all...]

Completed in 85 milliseconds