Searched defs:DCCP (Results 1 – 3 of 3) sorted by relevance
270 pub const DCCP: Type = Type(sys::SOCK_DCCP); constant328 pub const DCCP: Protocol = Protocol(sys::IPPROTO_DCCP); constant
117 pub const DCCP: IpNumber = Self(33); constant840 pub const DCCP: IpNumber = IpNumber::DCCP; // 33 constant
710 pub const DCCP: Protocol = Protocol(new_raw_protocol(c::IPPROTO_DCCP as _)); constant