vendor/golang.org/x/net/dns/dnsmessage.SVCParam.Key (field)

12 uses

	vendor/golang.org/x/net/dns/dnsmessage (current package)
		svcb.go#L57: 		if r.Params[i].Key == key {
		svcb.go#L60: 		if r.Params[i].Key > key {
		svcb.go#L72: 		if r.Params[i].Key >= key {
		svcb.go#L78: 	if i < len(r.Params) && r.Params[i].Key == key {
		svcb.go#L83: 	r.Params = slices.Insert(r.Params, i, SVCParam{Key: key, Value: value})
		svcb.go#L90: 		if r.Params[i].Key == key {
		svcb.go#L94: 		if r.Params[i].Key > key {
		svcb.go#L103: 	Key   SVCParamKey
		svcb.go#L110: 		"Key: " + p.Key.GoString() + ", " +
		svcb.go#L173: 		if i > 0 && param.Key <= previousKey {
		svcb.go#L179: 		msg = packUint16(msg, uint16(param.Key))
		svcb.go#L243: 		p.Key = SVCParamKey(key)