Lines Matching refs:sl_socket
193 int sl_socket; member
727 .sl_socket = sigpipe[0], in main()
738 .sl_socket = s, in main()
801 if (sl->sl_socket > fdsrmax) in main()
802 fdsrmax = sl->sl_socket; in main()
827 if (sl->sl_socket != -1 && sl->sl_recv != NULL) in main()
828 FD_SET(sl->sl_socket, fdsr); in main()
848 if (FD_ISSET(sl->sl_socket, fdsr)) in main()
898 len = recvfrom(sl->sl_socket, line, sizeof(line) - 1, 0, sa, &sslen); in socklist_recv_sock()
1408 i = read(sl->sl_socket, line + len, MAXLINE - 1 - len); in socklist_recv_file()
1414 close(sl->sl_socket); in socklist_recv_file()
1415 sl->sl_socket = -1; in socklist_recv_file()
1875 if (sl->sl_socket < 0) in fprintlog_write()
1881 lsent = sendmsg(sl->sl_socket, &msghdr, 0); in fprintlog_write()
3945 .sl_socket = s, in socksetup()