Home
last modified time | relevance | path

Searched refs:IPPROTO_DCCP (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/linux/
Din.h49 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
50 #define IPPROTO_DCCP IPPROTO_DCCP macro
/systemd-251/src/test/
Dtest-ip-protocol-list.c45 test_int(IPPROTO_DCCP); in TEST()