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

/opensolaris-onvv-gate/usr/src/cmd/tcpd/
H A Dptx.c70 #define SWAP_MODULE(f, old, new) (ioctl(f, I_POP, old), ioctl(f, I_PUSH, new)) macro
72 if (SWAP_MODULE(request->fd, "timod", "sockmod") != 0)
75 if (SWAP_MODULE(request->fd, "sockmod", "timod") != 0)

Completed in 46 milliseconds