Home
last modified time | relevance | path

Searched refs:IPPROTO_MPTCP (Results 1 – 25 of 36) sorted by relevance

12

/external/curl/src/
Dtool_cb_soc.c49 # 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/
Din.h84 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator
85 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/external/kernel-headers/original/uapi/linux/
Din.h86 IPPROTO_MPTCP = 262, /* Multipath TCP connection */ enumerator
87 #define IPPROTO_MPTCP IPPROTO_MPTCP macro
/external/linux-kselftest/tools/testing/selftests/net/mptcp/
Dmptcp_inq.c31 #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()
Dmptcp_sockopt.c31 #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()
Dmptcp_connect.c36 #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()
Dpm_nl_ctl.c28 #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/
Dnetwork_helpers.c24 #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/
Dformat21 …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/
Dformat21 …ROTO_TCP" }, { 33, "IPPROTO_DCCP" }, { 132, "IPPROTO_SCTP" }, { 262, "IPPROTO_MPTCP" }), REC->spor…
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/
Dc.rs150 pub(crate) const IPPROTO_MPTCP: u32 = linux_raw_sys::net::IPPROTO_MPTCP as _; constant
/external/musl/include/netinet/
Din.h107 #define IPPROTO_MPTCP 262 macro
/external/rust/android-crates-io/crates/socket2/src/
Dlib.rs323 pub const MPTCP: Protocol = Protocol(sys::IPPROTO_MPTCP);
/external/rust/android-crates-io/crates/socket2/src/sys/
Dunix.rs97 pub(crate) use libc::IPPROTO_MPTCP;
547 libc::IPPROTO_MPTCP,
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a7.rst376 It's now possible to create MPTCP sockets with IPPROTO_MPTCP
/external/rust/android-crates-io/crates/rustix/src/net/
Dtypes.rs859 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/
Dmod.rs916 pub const IPPROTO_MPTCP: ::c_int = 262; constant
/external/rust/android-crates-io/crates/libc/src/unix/linux_like/
Dmod.rs916 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/
Dmod.rs916 pub const IPPROTO_MPTCP: ::c_int = 262; constant
/external/python/cpython3/Modules/
Dsocketmodule.c8326 #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/
Dmod.rs3227 pub const IPPROTO_MPTCP: ::c_int = 262; constant
/external/rust/android-crates-io/crates/libc/src/unix/hurd/
Dmod.rs3230 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/
Dmod.rs3227 pub const IPPROTO_MPTCP: ::c_int = 262; constant
/external/python/cpython3/Doc/whatsnew/
D3.10.rst1350 Add option to create MPTCP sockets with ``IPPROTO_MPTCP``
/external/python/cpython3/Doc/library/
Dsocket.rst778 The IPPROTO_MPTCP protocol was added.

12