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.c171 CTL_MSG swapreq; local
174 swapreq = req;
175 swapreq.id_num = swaplong(req.id_num);
176 swapreq.pid = swaplong(req.pid);
177 swapreq.addr.sin_family = swapshort(req.addr.sin_family);
178 swapreq.ctl_addr.sin_family =
180 return (swapreq);

Completed in 52 milliseconds