Searched refs:level (Results 1 – 3 of 3) 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 | 118 level = {AF_INET: SOL_IP, AF_INET6: SOL_IPV6}[s.family] 120 s.setsockopt(level, option, tos) 480 def SetConsoleLogLevel(level): argument 481 return open("/proc/sys/kernel/printk", "w").write("%s\n" % level)
|
/kernel/configs/ |
D | README.md | 102 of the configs are accessed depending on the launch level of the device. 117 The top level of the kernel configs repo contains directories for each 120 the top level for previous releases. These directories contain the 126 the top level. When a release is branched from master the top-level configs are 128 master) and the top-level configs are removed (this change is not propagated to 133 Modify the top level kernel configs in AOSP. Make sure to modify the configs 166 * Copy the top-level `android-*` directories to a release directory, preferably 168 * Remove top-level `android-*` directories. This change is not propagated to 177 `framework_compatibility_matrix.<level>.xml` as part of the FCM Version
|