Lines Matching refs:network
80 network string
112 // address raddr on the specified network. Each write to the returned
115 // If network is empty, Dial will connect to the local syslog server.
117 // of network and raddr.
118 func Dial(network, raddr string, priority Priority, tag string) (*Writer, error) {
132 network: network,
155 if w.network == "" {
162 c, err = net.Dial(w.network, w.raddr)
285 // Compared to the network form below, the changes are: