Lines Matching refs:sl_socket
191 int sl_socket; member
669 .sl_socket = sigpipe[0], in main()
680 .sl_socket = s, in main()
743 if (sl->sl_socket > fdsrmax) in main()
744 fdsrmax = sl->sl_socket; in main()
769 if (sl->sl_socket != -1 && sl->sl_recv != NULL) in main()
770 FD_SET(sl->sl_socket, fdsr); in main()
790 if (FD_ISSET(sl->sl_socket, fdsr)) in main()
840 len = recvfrom(sl->sl_socket, line, sizeof(line) - 1, 0, sa, &sslen); in socklist_recv_sock()
1316 i = read(sl->sl_socket, line + len, MAXLINE - 1 - len); in socklist_recv_file()
1322 close(sl->sl_socket); in socklist_recv_file()
1323 sl->sl_socket = -1; in socklist_recv_file()
1677 sl->sl_socket < 0) in fprintlog_write()
1679 lsent = sendmsg(sl->sl_socket, &msghdr, 0); in fprintlog_write()
3538 .sl_socket = s, in socksetup()