HomeSort by: relevance | last modified time | path
    Searched refs:ProtocolType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
socket.d 355 enum ProtocolType: int
377 * if (proto.getProtocolByType(ProtocolType.TCP))
390 ProtocolType type;
397 type = cast(ProtocolType) proto.p_proto;
436 bool getProtocolByType(ProtocolType type) @trusted nothrow
456 assert(proto.getProtocolByType(ProtocolType.TCP));
812 ProtocolType protocol; /// Protocol
871 * $(LI `ProtocolType` - protocol to filter by))
926 static if (is(typeof(option) == ProtocolType))
973 cast(ProtocolType ) ai.ai_protocol
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 1380 UINT8 ProtocolType;

Completed in 22 milliseconds