Searched defs:tx_socket (Results 1 – 2 of 2) sorted by relevance
219 let tx_socket = pop::<UnixSeqpacket>(&mut safe_fds, NUM_FDS, fd_count)?; in try_new() localVariable295 let tx_socket = self.tx.try_clone_socket()?; in start_bg_thread() localVariable
86 static bool tx_socket = true; variable