Lines Matching defs:socket6
228 int socket4 = -1, socket6 = -1;
844 if (socket6 != -1) {
845 if (close(socket6) != 0) {
875 sockp = &socket6;
1728 if (socket6 != -1) {
1729 FD_SET(socket6, &read_fds);
1730 if (maxfd == -1 || maxfd < socket6)
1731 maxfd = socket6;
1748 if (socket6 != -1 && FD_ISSET(socket6, &read_fds)) {
1750 process_single_response(socket6);