Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Din.talkd.c169 CTL_MSG swapreq; in swapmsg() local
172 swapreq = req; in swapmsg()
173 swapreq.id_num = swaplong(req.id_num); in swapmsg()
174 swapreq.pid = swaplong(req.pid); in swapmsg()
175 swapreq.addr.sin_family = swapshort(req.addr.sin_family); in swapmsg()
176 swapreq.ctl_addr.sin_family = in swapmsg()
178 return (swapreq); in swapmsg()