golang.org/x/sys/unix.SockaddrNFCLLCP.ServiceName (field)

5 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L952: 	ServiceName    string
		syscall_linux.go#L963: 	if len(sa.ServiceName) > len(sa.raw.Service_name) {
		syscall_linux.go#L966: 	copy(sa.raw.Service_name[:], sa.ServiceName)
		syscall_linux.go#L967: 	sa.raw.SetServiceNameLen(len(sa.ServiceName))
		syscall_linux.go#L1226: 				ServiceName:    string(pp.Service_name[:pp.Service_name_len]),