Home
last modified time | relevance | path

Searched defs:shimListener (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dshim_dispatcher.go128 type shimListener struct { struct
129 dispatcher *shimDispatcher
130 shimID uint64
133 connChan chan net.Conn
134 err error
135 lock sync.Mutex
138 func (l *shimListener) Port() int {
142 func (l *shimListener) IsIPv6() bool {
146 func (l *shimListener) ShimID() uint64 {
150 func (l *shimListener) Close() error {
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dshim_dispatcher.go128 type shimListener struct { struct
129 dispatcher *shimDispatcher
130 shimID uint64
133 connChan chan net.Conn
134 err error
135 lock sync.Mutex
138 func (l *shimListener) Port() int {
142 func (l *shimListener) IsIPv6() bool {
146 func (l *shimListener) ShimID() uint64 {
150 func (l *shimListener) Close() error {
[all …]