Searched refs:optval (Results 1 – 1 of 1) sorted by relevance
413 int optval = 1; in CreateChannelSocketPair() local414 if (setsockopt(local_socket->Get(), SOL_SOCKET, SO_PASSCRED, &optval, in CreateChannelSocketPair()415 sizeof(optval)) == -1) { in CreateChannelSocketPair()775 int optval = 1; in RegisterNewChannelForTests() local776 if (setsockopt(channel_fd.Get(), SOL_SOCKET, SO_PASSCRED, &optval, in RegisterNewChannelForTests()777 sizeof(optval)) == -1) { in RegisterNewChannelForTests()