Home
last modified time | relevance | path

Searched refs:IPPROTO_SCTP (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/basic/linux/
Din.h71 IPPROTO_SCTP = 132, /* Stream Control Transport Protocol */ enumerator
72 #define IPPROTO_SCTP IPPROTO_SCTP macro
/systemd-251/src/test/
Dtest-ip-protocol-list.c59 test_parse_ip_protocol_one("sctp", IPPROTO_SCTP); in TEST()
60 test_parse_ip_protocol_one("ScTp", IPPROTO_SCTP); in TEST()
/systemd-251/src/core/
Ddbus-socket.c149 if (!IN_SET(i, IPPROTO_UDPLITE, IPPROTO_SCTP)) in socket_protocol_to_string()
Dsocket.c1003 if (s->socket_protocol == IPPROTO_SCTP) { in socket_apply_socket_options()
1645 if (s->socket_protocol == IPPROTO_SCTP) in socket_open_fds()
Dload-fragment.c81 if (!IN_SET(r, IPPROTO_UDPLITE, IPPROTO_SCTP)) in parse_socket_protocol()