Searched refs:on (Results 1 - 25 of 59) sorted by relevance

123

/system/netd/server/
H A DInterfaceController.h11 * distributed under the License is distributed on an "AS IS" BASIS,
24 int setEnableIPv6(const char *interface, const int on);
25 int setIPv6PrivacyExtensions(const char *interface, const int on);
26 int setIPv6NdOffload(char* interface, const int on);
H A DInterfaceController.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
63 // Set the value on all the interfaces that currently exist.
87 // By default, accept_ra is set to 1 (accept RAs unless forwarding is on) on all interfaces.
88 // This causes RAs to work or not work based on whether forwarding is on, and causes routes
89 // learned from RAs to go away when forwarding is turned on. Make this behaviour predictable
95 // Enable optimistic DAD for IPv6 addresses on all interfaces.
102 // on that interface as possible source addresses.
109 int InterfaceController::setEnableIPv6(const char *interface, const int on) { argument
121 setIPv6PrivacyExtensions(const char *interface, const int on) argument
134 setIPv6NdOffload(char* interface, const int on) argument
[all...]
H A DNetlinkManager.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
72 int on = 1; local
90 if (setsockopt(*sock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) {
/system/extras/tests/sdcard/
H A Dsysutil.h70 // 0: a regular process. Should die on OOM.
94 // Turns NEW_FAIR_SLEEPERS on or off.
95 void setNewFairSleepers(bool on);
100 // Turns NORMALIZED_SLEEPERS on or off.
101 void setNormalizedSleepers(bool on);
129 // Try to fork. exit on failure.
/system/core/include/cutils/
H A Dqtaguid.h11 * distributed under the License is distributed on an "AS IS" BASIS,
50 * The calling process can only operate on its own tags.
60 extern int qtaguid_setPacifier(int on);
/system/core/libcutils/
H A Duevent.c11 * distributed under the License is distributed on an "AS IS" BASIS,
107 int on = passcred; local
120 setsockopt(s, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on));
H A Dqtaguid.c11 ** distributed under the License is distributed on an "AS IS" BASIS,
40 * And on exit or untimely death, all socket tags will be removed.
58 * 0 on success.
59 * -errno on failure.
165 int qtaguid_setPacifier(int on) { argument
168 value = on ? "Y" : "N";
/system/core/logd/
H A DLogListener.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
85 // Such log messages are often generated by libraries we depend on
120 int on = 1; local
121 if (setsockopt(sock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) {
/system/vold/
H A DNetlinkManager.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
54 int on = 1; local
72 if (setsockopt(mSock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)) < 0) {
/system/bt/btcore/
H A DAndroid.mk12 # distributed under the License is distributed on an "AS IS" BASIS,
23 # osi/include/atomic.h depends on gcc atomic functions
52 # osi/include/atomic.h depends on gcc atomic functions
/system/bt/device/
H A DAndroid.mk12 # distributed under the License is distributed on an "AS IS" BASIS,
23 # osi/include/atomic.h depends on gcc atomic functions
54 # osi/include/atomic.h depends on gcc atomic functions
/system/bt/osi/
H A DAndroid.mk12 # distributed under the License is distributed on an "AS IS" BASIS,
23 # osi/include/atomic.h depends on gcc atomic functions
65 # osi/include/atomic.h depends on gcc atomic functions
/system/extras/tests/bionic/libc/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
26 # in the build. the variable will be cleaned on exit
67 # _XOPEN_SOURCE=600 is needed to get pthread_mutexattr_settype() on GLibc
/system/core/adf/libadf/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/include/system/
H A Dradio.h11 * distributed under the License is distributed on an "AS IS" BASIS,
163 * Contains information on currently tuned channel.
198 bool on; /* RADIO_EVENT_ANTENNA, RADIO_EVENT_TA */ member in union:radio_hal_event::__anon1359
210 bool on; member in union:radio_event::__anon1360
/system/core/libmincrypt/tools/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/kexec_tools/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/ksmutils/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/latencytop/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/libpagemap/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/librank/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/procmem/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/puncture_fs/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/extras/timeinfo/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/system/core/adb/
H A Dsysdeps.h11 * distributed under the License is distributed on an "AS IS" BASIS,
107 #define lstat stat /* no symlinks on Win32 */
109 #define S_ISLNK(m) 0 /* no symlinks on Win32 */
237 int on = 1; local
238 adb_setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, (const void*)&on, sizeof(on));
454 int on = 1; local
455 setsockopt( fd, IPPROTO_TCP, TCP_NODELAY, (void*)&on, sizeof(on) );

Completed in 401 milliseconds

123