Searched refs:SWAP_MODULE (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | ptx.c | 69 #define SWAP_MODULE(f, old, new) (ioctl(f, I_POP, old), ioctl(f, I_PUSH, new)) in tli_host() macro 71 if (SWAP_MODULE(request->fd, "timod", "sockmod") != 0) in tli_host() 74 if (SWAP_MODULE(request->fd, "sockmod", "timod") != 0) in tli_host()
|