Lines Matching defs:l6
337 struct listener *l, *l6 = NULL;
360 !create_ipv6_listener(&l6, daemon->port) ||
378 setsockopt(l6->fd, SOL_SOCKET, SO_MARK, &mark, sizeof(mark)) == -1 ||
379 setsockopt(l6->tcpfd, SOL_SOCKET, SO_MARK, &mark, sizeof(mark)) == -1))
384 close(l6->fd);
385 close(l6->tcpfd);
416 l->next = l6;