Home
last modified time | relevance | path

Searched refs:androidfd (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dsshd.c1061 int androidfd = open("/var/run/netns/android.net", O_RDONLY); local
1062 if (outerfd > 0 && androidfd > 0) {
1076 if (androidfd > 0) {
1077 if (gce_setns(androidfd, 0) != 0) {
1086 if (androidfd > 0) {
1087 close(androidfd);