Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Din.talkd.c160 #define swaplong(a) ((swapshort(a) << 16) | (swapshort(((unsigned)a >> 16)))) macro
173 swapreq.id_num = swaplong(req.id_num); in swapmsg()
174 swapreq.pid = swaplong(req.pid); in swapmsg()