Searched refs:IPPROTO_IP (Results 1 – 9 of 9) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | in.h | 29 IPPROTO_IP = 0, enumerator 30 #define IPPROTO_IP IPPROTO_IP macro
|
/aosp12/packages/modules/adb/client/openscreen/platform/ |
H A D | udp_socket.cpp | 96 return cmh->cmsg_level == IPPROTO_IP && cmh->cmsg_type == IP_PKTINFO; 283 if (getsockopt(fd_.get(), IPPROTO_IP, IP_MULTICAST_IF, &default_addr, &buf_size) != in SetMulticastOutboundInterface() 291 if (adb_setsockopt(fd_, IPPROTO_IP, IP_MULTICAST_IF, &multicast_properties, in SetMulticastOutboundInterface() 300 if (getsockopt(fd_.get(), IPPROTO_IP, IP_MULTICAST_IF, &default_addr, &buf_size) != in SetMulticastOutboundInterface() 340 if (adb_setsockopt(fd_, IPPROTO_IP, IP_PKTINFO, &enable_pktinfo, in JoinMulticastGroup() 348 if (adb_setsockopt(fd_, IPPROTO_IP, IP_ADD_MEMBERSHIP, &multicast_properties, in JoinMulticastGroup() 463 constexpr auto kSettingLevel = IPPROTO_IP; in JoinMulticastGroup()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | TcpKeepaliveController.java | 26 import static android.system.OsConstants.IPPROTO_IP; 201 tcpDetails.tos = Os.getsockoptInt(fd, IPPROTO_IP, IP_TOS); in switchToRepairMode() 203 tcpDetails.ttl = Os.getsockoptInt(fd, IPPROTO_IP, IP_TTL); in switchToRepairMode()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
H A D | IkeSocket.java | 20 import static android.system.OsConstants.IPPROTO_IP; 131 Os.setsockoptInt(sock, IPPROTO_IP, IP_TOS, tos); in applySocketConfig()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | netinet_in_h.c | 71 MACRO(IPPROTO_IP); in netinet_in_h()
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | ARTPWriter.cpp | 1445 if (setsockopt(mRTPSocket, IPPROTO_IP, IP_TOS, in updateSocketDscp() 1450 setsockopt(mRTCPSocket, IPPROTO_IP, IP_TOS, in updateSocketDscp()
|
/aosp12/hardware/ril/reference-ril/ |
H A D | reference-ril.c | 372 int sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP); in setInterfaceState()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 27839 field public static final int IPPROTO_IP;
|