Home | History | Annotate | Download | only in syslog

Lines Matching refs:network

80 	network  string
111 // address raddr on the specified network. Each write to the returned
114 // If network is empty, Dial will connect to the local syslog server.
116 // of network and raddr.
117 func Dial(network, raddr string, priority Priority, tag string) (*Writer, error) {
131 network: network,
154 if w.network == "" {
161 c, err = net.Dial(w.network, w.raddr)
284 // Compared to the network form below, the changes are: