type net.MX

7 uses

	net (current package)
		dnsclient.go#L207: type MX struct {
		dnsclient.go#L213: type byPref []*MX
		lookup.go#L437: func LookupMX(name string) ([]*MX, error) {
		lookup.go#L442: func (r *Resolver) LookupMX(ctx context.Context, name string) ([]*MX, error) {
		lookup_unix.go#L183: func (r *Resolver) lookupMX(ctx context.Context, name string) ([]*MX, error) {
		lookup_unix.go#L188: 	var mxs []*MX
		lookup_unix.go#L219: 		mxs = append(mxs, &MX{Host: mx.MX.String(), Pref: mx.Pref})