Home | History | Annotate | Download | only in net

Lines Matching refs:dial

40 	dial               func(string, string) (Conn, error)
46 dial: (&Dialer{DualStack: true}).Dial,
51 dial: Dial,
56 dial: Dial,
78 if err := fetchGoogle(tt.dial, network, addr); err != nil {
147 func fetchGoogle(dial func(string, string) (Conn, error), network, address string) error {
148 c, err := dial(network, address)