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()772 int optval = 1; in RegisterNewChannelForTests() local773 if (setsockopt(channel_fd.Get(), SOL_SOCKET, SO_PASSCRED, &optval, in RegisterNewChannelForTests()774 sizeof(optval)) == -1) { in RegisterNewChannelForTests()