type github.com/refraction-networking/utls.SupportedVersionsExtension
38 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L702: case *SupportedVersionsExtension:
u_parrots.go#L140: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L217: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L289: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L361: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L433: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L506: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L577: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L651: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L723: &SupportedVersionsExtension{Versions: []uint16{
u_parrots.go#L798: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L871: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L944: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L1054: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L1133: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L1214: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L1310: &SupportedVersionsExtension{
u_parrots.go#L1417: &SupportedVersionsExtension{
u_parrots.go#L1642: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L1731: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L1870: &SupportedVersionsExtension{
u_parrots.go#L1974: &SupportedVersionsExtension{
u_parrots.go#L2089: &SupportedVersionsExtension{
u_parrots.go#L2270: &SupportedVersionsExtension{
u_parrots.go#L2374: &SupportedVersionsExtension{
u_parrots.go#L2457: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L2528: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L2599: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L2674: &SupportedVersionsExtension{[]uint16{
u_parrots.go#L2923: case *SupportedVersionsExtension:
u_parrots.go#L3122: supportedVersionsExt := SupportedVersionsExtension{
u_tls_extensions.go#L57: return &SupportedVersionsExtension{}
u_tls_extensions.go#L1446: type SupportedVersionsExtension struct {
u_tls_extensions.go#L1450: func (e *SupportedVersionsExtension) writeToUConn(uc *UConn) error {
u_tls_extensions.go#L1455: func (e *SupportedVersionsExtension) Len() int {
u_tls_extensions.go#L1459: func (e *SupportedVersionsExtension) Read(b []byte) (int, error) {
u_tls_extensions.go#L1483: func (e *SupportedVersionsExtension) Write(b []byte) (int, error) {
u_tls_extensions.go#L1503: func (e *SupportedVersionsExtension) UnmarshalJSON(b []byte) error {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |