Home
last modified time | relevance | path

Searched refs:TLSType (Results 1 – 9 of 9) sorted by relevance

/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/layers/
H A Dtls.go17 type TLSType uint8 type
21 TLSChangeCipherSpec TLSType = 20
22 TLSAlert TLSType = 21
23 TLSHandshake TLSType = 22
24 TLSApplicationData TLSType = 23
25 TLSUnknown TLSType = 255
29 func (tt TLSType) String() string {
96 ContentType TLSType
141 h.ContentType = TLSType(data[0])
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/gopacket-1.1.18/layers/
H A Dtls.go17 type TLSType uint8 type
21 TLSChangeCipherSpec TLSType = 20
22 TLSAlert TLSType = 21
23 TLSHandshake TLSType = 22
24 TLSApplicationData TLSType = 23
25 TLSUnknown TLSType = 255
29 func (tt TLSType) String() string {
96 ContentType TLSType
141 h.ContentType = TLSType(data[0])
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/google/gopacket/layers/
H A Dtls.go17 type TLSType uint8 type
21 TLSChangeCipherSpec TLSType = 20
22 TLSAlert TLSType = 21
23 TLSHandshake TLSType = 22
24 TLSApplicationData TLSType = 23
25 TLSUnknown TLSType = 255
29 func (tt TLSType) String() string {
96 ContentType TLSType
141 h.ContentType = TLSType(data[0])
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/google/gopacket/layers/
H A Dtls.go17 type TLSType uint8 type
21 TLSChangeCipherSpec TLSType = 20
22 TLSAlert TLSType = 21
23 TLSHandshake TLSType = 22
24 TLSApplicationData TLSType = 23
25 TLSUnknown TLSType = 255
29 func (tt TLSType) String() string {
96 ContentType TLSType
141 h.ContentType = TLSType(data[0])
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/google/gopacket/layers/
H A Dtls.go17 type TLSType uint8 type
21 TLSChangeCipherSpec TLSType = 20
22 TLSAlert TLSType = 21
23 TLSHandshake TLSType = 22
24 TLSApplicationData TLSType = 23
25 TLSUnknown TLSType = 255
29 func (tt TLSType) String() string {
96 ContentType TLSType
141 h.ContentType = TLSType(data[0])
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/layers/
H A Dtls.go17 type TLSType uint8 type
21 TLSChangeCipherSpec TLSType = 20
22 TLSAlert TLSType = 21
23 TLSHandshake TLSType = 22
24 TLSApplicationData TLSType = 23
25 TLSUnknown TLSType = 255
29 func (tt TLSType) String() string {
96 ContentType TLSType
142 h.ContentType = TLSType(data[0])
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/layers/
H A Dtls.go17 type TLSType uint8 type
21 TLSChangeCipherSpec TLSType = 20
22 TLSAlert TLSType = 21
23 TLSHandshake TLSType = 22
24 TLSApplicationData TLSType = 23
25 TLSUnknown TLSType = 255
29 func (tt TLSType) String() string {
96 ContentType TLSType
142 h.ContentType = TLSType(data[0])
/dports/misc/fq/fq-0.0.2/vendor/github.com/google/gopacket/layers/
H A Dtls.go17 type TLSType uint8 type
21 TLSChangeCipherSpec TLSType = 20
22 TLSAlert TLSType = 21
23 TLSHandshake TLSType = 22
24 TLSApplicationData TLSType = 23
25 TLSUnknown TLSType = 255
29 func (tt TLSType) String() string {
96 ContentType TLSType
142 h.ContentType = TLSType(data[0])
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/cps-v2/
H A Dcertificate_settings.go8 type TLSType string type
38 StandardTLS TLSType = "standard-tls"
39 EnhancedTLS TLSType = "enhanced-tls"
98 SecureNetwork TLSType `json:"secureNetwork"`