Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dtcpsock.go336 type TCPListener struct { struct
337 fd *netFD
338 lc ListenConfig
346 func (l *TCPListener) SyscallConn() (syscall.RawConn, error) {
355 func (l *TCPListener) AcceptTCP() (*TCPConn, error) {
368 func (l *TCPListener) Accept() (Conn, error) {
381 func (l *TCPListener) Close() error {
394 func (l *TCPListener) Addr() Addr { return l.fd.laddr }
398 func (l *TCPListener) SetDeadline(t time.Time) error {
412 func (l *TCPListener) File() (f *os.File, err error) {