Home
last modified time | relevance | path

Searched refs:subprotocol (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/
D_handshake.py52 def __init__(self, status, headers, subprotocol): argument
55 self.subprotocol = subprotocol
D_core.py151 return self.handshake_response.subprotocol
155 subprotocol = property(getsubprotocol) variable in WebSocket
/external/kernel-headers/original/uapi/linux/
Dbsg.h24 __u32 subprotocol; /* [i] 0 -> SCSI command, 1 -> SCSI task member
/external/strace/
Dsg_io_v4.c66 printxval(bsg_subprotocol, sg_io.subprotocol, "BSG_SUB_PROTOCOL_???"); in decode_request()
DChangeLog831 scsi: print "protocol" and "subprotocol" field names of struct sg_io_v4.
833 of struct sg_io_v4.protocol and struct sg_io_v4.subprotocol.
/external/strace/tests-mx32/
Dioctl_sg_io_v4.c65 sg_io->subprotocol = 1; in main()
/external/strace/tests-m32/
Dioctl_sg_io_v4.c65 sg_io->subprotocol = 1; in main()
/external/strace/tests/
Dioctl_sg_io_v4.c65 sg_io->subprotocol = 1; in main()
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/
DChangeLog101 - fixed subprotocol case during header validation (#158)
140 - Enable to set subprotocol(#118)
DREADME.rst213 The server needs to support sub protocols, please set the subprotocol like this.