type github.com/refraction-networking/utls.NPNExtension

11 uses

	github.com/refraction-networking/utls (current package)
		u_parrots.go#L1504: 				&NPNExtension{},
		u_parrots.go#L1566: 				&NPNExtension{},
		u_parrots.go#L2154: 				&NPNExtension{},
		u_parrots.go#L2929: 		case *NPNExtension:
		u_tls_extensions.go#L71: 		return &NPNExtension{}
		u_tls_extensions.go#L1592: type NPNExtension struct {
		u_tls_extensions.go#L1596: func (e *NPNExtension) writeToUConn(uc *UConn) error {
		u_tls_extensions.go#L1602: func (e *NPNExtension) Len() int {
		u_tls_extensions.go#L1606: func (e *NPNExtension) Read(b []byte) (int, error) {
		u_tls_extensions.go#L1618: func (e *NPNExtension) Write(_ []byte) (int, error) {
		u_tls_extensions.go#L1625: func (e *NPNExtension) UnmarshalJSON(_ []byte) error {