/external/curl/src/ |
D | tool_cb_soc.c | 49 # ifndef IPPROTO_MPTCP in tool_socket_open_mptcp_cb() 50 # define IPPROTO_MPTCP 262 in tool_socket_open_mptcp_cb() macro 52 protocol = IPPROTO_MPTCP; in tool_socket_open_mptcp_cb()
|
/external/libnl/include/linux-private/linux/ |
D | in.h | 84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 86 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator 87 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
|
/external/linux-kselftest/tools/testing/selftests/net/mptcp/ |
D | mptcp_inq.c | 31 #ifndef IPPROTO_MPTCP 32 #define IPPROTO_MPTCP 262 macro 39 static int proto_tx = IPPROTO_MPTCP; 40 static int proto_rx = IPPROTO_MPTCP; 170 return IPPROTO_MPTCP; in protostr_to_num()
|
D | mptcp_sockopt.c | 31 #ifndef IPPROTO_MPTCP 32 #define IPPROTO_MPTCP 262 macro 155 sock = socket(a->ai_family, a->ai_socktype, IPPROTO_MPTCP); in sock_listen_mptcp() 645 fd = sock_connect_mptcp("127.0.0.1", "15432", IPPROTO_MPTCP); in client() 648 fd = sock_connect_mptcp("::1", "15432", IPPROTO_MPTCP); in client()
|
D | mptcp_connect.c | 36 #ifndef IPPROTO_MPTCP 37 #define IPPROTO_MPTCP 262 macro 63 static int cfg_sock_proto = IPPROTO_MPTCP; 256 } else if (proto == IPPROTO_MPTCP) { in sock_test_tcpulp() 1224 return IPPROTO_MPTCP; in parse_proto()
|
D | pm_nl_ctl.c | 28 #ifndef IPPROTO_MPTCP 29 #define IPPROTO_MPTCP 262 macro 1254 sock = socket(family, SOCK_STREAM, IPPROTO_MPTCP); in add_listener()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | network_helpers.c | 24 #ifndef IPPROTO_MPTCP 25 #define IPPROTO_MPTCP 262 macro 142 return start_server_proto(family, SOCK_STREAM, IPPROTO_MPTCP, addr_str, in start_mptcp_server()
|
/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/sock/inet_sock_set_state/ |
D | format | 21 …ROTO_TCP" }, { 33, "IPPROTO_DCCP" }, { 132, "IPPROTO_SCTP" }, { 262, "IPPROTO_MPTCP" }), REC->spor…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/sock/inet_sock_set_state/ |
D | format | 21 …ROTO_TCP" }, { 33, "IPPROTO_DCCP" }, { 132, "IPPROTO_SCTP" }, { 262, "IPPROTO_MPTCP" }), REC->spor…
|
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/ |
D | c.rs | 150 pub(crate) const IPPROTO_MPTCP: u32 = linux_raw_sys::net::IPPROTO_MPTCP as _; constant
|
/external/musl/include/netinet/ |
D | in.h | 107 #define IPPROTO_MPTCP 262 macro
|
/external/rust/android-crates-io/crates/socket2/src/ |
D | lib.rs | 323 pub const MPTCP: Protocol = Protocol(sys::IPPROTO_MPTCP);
|
/external/rust/android-crates-io/crates/socket2/src/sys/ |
D | unix.rs | 97 pub(crate) use libc::IPPROTO_MPTCP; 547 libc::IPPROTO_MPTCP,
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0a7.rst | 376 It's now possible to create MPTCP sockets with IPPROTO_MPTCP
|
/external/rust/android-crates-io/crates/rustix/src/net/ |
D | types.rs | 859 pub const MPTCP: Protocol = Protocol(new_raw_protocol(c::IPPROTO_MPTCP as _));
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/ |
D | mod.rs | 916 pub const IPPROTO_MPTCP: ::c_int = 262; constant
|
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/ |
D | mod.rs | 916 pub const IPPROTO_MPTCP: ::c_int = 262; constant
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/linux_like/ |
D | mod.rs | 916 pub const IPPROTO_MPTCP: ::c_int = 262; constant
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 8326 #ifdef IPPROTO_MPTCP 8327 ADD_INT_MACRO(m, IPPROTO_MPTCP);
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/hurd/ |
D | mod.rs | 3227 pub const IPPROTO_MPTCP: ::c_int = 262; constant
|
/external/rust/android-crates-io/crates/libc/src/unix/hurd/ |
D | mod.rs | 3230 pub const IPPROTO_MPTCP: ::c_int = 262; constant
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/hurd/ |
D | mod.rs | 3227 pub const IPPROTO_MPTCP: ::c_int = 262; constant
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.10.rst | 1350 Add option to create MPTCP sockets with ``IPPROTO_MPTCP``
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 778 The IPPROTO_MPTCP protocol was added.
|