Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/log/syslog/
Dsyslog.go98 type netConn struct { struct
99 local bool
100 conn net.Conn
286 func (n *netConn) writeString(p Priority, hostname, tag, msg, nl string) error {
304 func (n *netConn) close() error {