Searched refs:level (Results 1 – 4 of 4) sorted by relevance
/kernel/tests/net/test/ |
D | csocket.py | 180 if cmsghdr.level == socket.IPPROTO_IP: 186 if cmsghdr.level == socket.IPPROTO_IPV6: 199 msglist.append((cmsghdr.level, cmsghdr.type, data)) 355 def Setsockopt(s, level, optname, optval, optlen): argument 372 ret = libc.setsockopt(s.fileno(), level, optname, optval, optlen)
|
D | net_test.py | 117 level = {AF_INET: SOL_IP, AF_INET6: SOL_IPV6}[s.family] 119 s.setsockopt(level, option, tos) 473 def SetConsoleLogLevel(level): argument 474 return open("/proc/sys/kernel/printk", "w").write("%s\n" % level)
|
/kernel/configs/ |
D | README.md | 98 of the configs are accessed depending on the launch level of the device. 113 The top level of the kernel configs repo contains directories for each 116 the top level for previous releases. These directories contain the 122 the top level. When a release is branched from master the top-level configs are 124 master) and the top-level configs are removed (this change is not propagated to 129 Modify the top level kernel configs in AOSP. Make sure to modify the configs 162 * Copy the top-level `android-*` directories to a release directory, preferably 164 * Remove top-level `android-*` directories. This change is not propagated to 173 `framework_compatibility_matrix.<level>.xml` as part of the FCM Version
|
/kernel/build/static_analysis/ |
D | checkpatch_blacklist | 6 # ignore by level (this is non-trivial now because we have dozens of versions).
|