Lines Matching refs:sl_socket
195 int sl_socket; member
729 .sl_socket = sigpipe[0], in main()
740 .sl_socket = s, in main()
803 if (sl->sl_socket > fdsrmax) in main()
804 fdsrmax = sl->sl_socket; in main()
829 if (sl->sl_socket != -1 && sl->sl_recv != NULL) in main()
830 FD_SET(sl->sl_socket, fdsr); in main()
850 if (FD_ISSET(sl->sl_socket, fdsr)) in main()
900 len = recvfrom(sl->sl_socket, line, sizeof(line) - 1, 0, sa, &sslen); in socklist_recv_sock()
1409 i = read(sl->sl_socket, line + len, MAXLINE - 1 - len); in socklist_recv_file()
1415 close(sl->sl_socket); in socklist_recv_file()
1416 sl->sl_socket = -1; in socklist_recv_file()
1877 if (sl->sl_socket < 0) in fprintlog_write()
1883 lsent = sendmsg(sl->sl_socket, &msghdr, 0); in fprintlog_write()
3939 .sl_socket = s, in socksetup()